Closed artdevjs closed 7 years ago
Well that's odd considering this package doesn't use atom-space-pen-views at all… there's no view!
@artdevjs What command specifically did you run from package-manager-commands that threw this?
Running of any of the commands gives the same result, I also noticed that this happens only in Atom Beta, in stable Atom everything works fine. Here is how it looks https://gfycat.com/TeemingGargantuanKouprey
I also noticed that this happens only in Atom Beta
🤔 Well I am also running Atom Beta but don't use package-manager-commands…
@artdevjs I'm thinking that the issue is probably that since, IIRC, the Atom team wants to eventually stop depending on particular frameworks, in this case space-pen-views… So they may have removed that particular resource (/Applications/Atom Beta.app/Contents/Resources/app.asar/node_modules/atom-space-pen-views
that the error is complaining about) in beta, which package-manager-commands seems to be relying on, without actually listing it as a dependency in their package.json
. Therefore I'm fairly certain the issue is with that package and not mine.
I have no idea why the error is being thrown from this one, since, as I say there is no view (hence no space-pen-view) involved…
So I would open an issue on package-manager-commands… Closing for now, but let me know how you get on.
Thank's for a detailed answer. It seems that project is dead, as a temporary workaround I'll try to fork and reinstall package-manager-commands with necessary dependencies.
I got this error calling the commands from package-manager-commands
Atom: 1.16.0-beta0 x64 Electron: 1.3.13 OS: Mac OS X 10.12.3 Thrown From: modular-snippets package 0.1.3
Stack Trace
Uncaught Error: Cannot find module '/Applications/Atom Beta.app/Contents/Resources/app.asar/node_modules/atom-space-pen-views'
Commands
Non-Core Packages