cerebroapp/cerebro

Can't uninstall failed plugin

Open

#655 opened on Mar 9, 2023

View on GitHub
 (6 comments) (0 reactions) (0 assignees)JavaScript (490 forks)batch import
bughelp wantedmac

Repository metrics

Stars
 (8,162 stars)
PR merge metrics
 (Avg merge 16h 45m) (2 merged PRs in 30d)

Description

  • I am on the latest Cerebro.app version
  • I have searched the issues of this repo and believe that this is not a duplicate
  • OS version and name: 13.2.1 Mac
  • Cerebro.app version: 0.11.0
  • Relevant information from devtools (See above how to open it):

截屏2023-03-09 16 02 23 截屏2023-03-09 16 02 11


externalPlugins.js:20 Error requiring /Users/linonetwo/Library/Application Support/Cerebro/plugins/node_modules/cerebro-basic-apps-chinese-abbr
externalPlugins.js:21 Error: Cannot find module 'nodobjc'
Require stack:
- /Applications/Cerebro.app/Contents/Resources/app.asar/main/index.html
    at Module._resolveFilename (node:internal/modules/cjs/loader:940:15)
    at i._resolveFilename (node:electron/js2c/renderer_init:33:1095)
    at Module._load (node:internal/modules/cjs/loader:785:27)
    at c._load (node:electron/js2c/asar_bundle:5:13343)
    at i._load (node:electron/js2c/renderer_init:33:356)
    at Module.require (node:internal/modules/cjs/loader:1012:19)
    at require (node:internal/modules/cjs/helpers:102:18)
    at Object.<anonymous> (/Users/linonetwo/Lib…st/index.js:6957:54)
    at __webpack_require__ (/Users/linonetwo/Lib…dist/index.js:21:30)
    at Object.<anonymous> (/Users/linonetwo/Lib…st/index.js:6939:17)
externalPlugins.js:83 Plugin is not valid, skipped
externalPlugins.js:79 Load plugin: cerebro-case-styles
externalPlugins.js:80 Path: /Users/linonetwo/Library/Application Support/Cerebro/plugins/node_modules/cerebro-case-styles...
/Users/linonetwo/Lib…/dist/index.js:2128 Warning: Accessing PropTypes via the main React package is deprecated, and will be removed in  React v16.0. Use the latest available v15.* prop-types package from npm instead. For info on usage, compatibility, migration and more, see https://fb.me/prop-types-docs
externalPlugins.js:20 Error requiring /Users/linonetwo/Library/Application Support/Cerebro/plugins/node_modules/cerebro-case-styles
externalPlugins.js:21 Error: Cannot find module 'nodobjc'
Require stack:
- /Applications/Cerebro.app/Contents/Resources/app.asar/main/index.html
    at Module._resolveFilename (node:internal/modules/cjs/loader:940:15)
    at i._resolveFilename (node:electron/js2c/renderer_init:33:1095)
    at Module._load (node:internal/modules/cjs/loader:785:27)
    at c._load (node:electron/js2c/asar_bundle:5:13343)
    at i._load (node:electron/js2c/renderer_init:33:356)
    at Module.require (node:internal/modules/cjs/loader:1012:19)
    at require (node:internal/modules/cjs/helpers:102:18)
    at Object.<anonymous> (/Users/linonetwo/Lib…st/index.js:4071:54)
    at __webpack_require__ (/Users/linonetwo/Lib…dist/index.js:21:30)
    at Object.<anonymous> (/Users/linonetwo/Lib…st/index.js:4054:17)
externalPlugins.js:83 Plugin is not valid, skipped

Issue

These plugins are recognized as not-installed. And have no way to remove them.

Contributor guide