B
Blueprint2mo ago
Zeph

Unable to uninstall bp addon

Not me, but somebody using PteroMonaco is unable to install it. I never modified the install or uninstall scripts in any way and it only uses css and react component stuff
ERROR in resources/scripts/blueprint/components/Server/Files/Edit/BeforeEdit.tsx:2:56
TS2307: Cannot find module '@/blueprint/extensions/pteromonaco/Editor' or its corresponding type declarations.
1 | import React from 'react';
> 2 | /* blueprint/import */import PteromonacoComponent from '@/blueprint/extensions/pteromonaco/Editor';
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3 |
4 | export default () => {
5 | return (
error Command failed with exit code 2.
ERROR in resources/scripts/blueprint/components/Server/Files/Edit/BeforeEdit.tsx:2:56
TS2307: Cannot find module '@/blueprint/extensions/pteromonaco/Editor' or its corresponding type declarations.
1 | import React from 'react';
> 2 | /* blueprint/import */import PteromonacoComponent from '@/blueprint/extensions/pteromonaco/Editor';
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3 |
4 | export default () => {
5 | return (
error Command failed with exit code 2.
Solution:
Confirmed bug in 2024-12, prompt user to uninstall their extensions and run blueprint -upgrade
Jump to solution
2 Replies
Solution
Emma
Emma2mo ago
Confirmed bug in 2024-12, prompt user to uninstall their extensions and run blueprint -upgrade
Lara
Lara2mo ago
or just remove the import and where the component gets used

Did you find this page helpful?