This repository was archived by the owner on Dec 17, 2024. It is now read-only.
This repository was archived by the owner on Dec 17, 2024. It is now read-only.
plugin install failed but not reported #425
Open
Description
I tried to install a plugin (https://github.ibm.com/villard/shell-project-plugin) and it failed, however nothing was reported back to me. I had to open devtools to see this:
Uncaught Error: spawn npm ENOENT
at exports._errnoException (util.js:1024:11)
at Process.ChildProcess._handle.onexit (internal/child_process.js:192:19)
at onErrorNT (internal/child_process.js:374:16)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
Not sure how to proceed.