BlueprintB
Blueprint6mo ago
3 replies
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.
Solution
Confirmed bug in 2024-12, prompt user to uninstall their extensions and run blueprint -upgrade
Was this page helpful?