atom-shell-commands
atom-shell-commands copied to clipboard
Missing dependency on atom-message-panel?
Hello
When opening the panel I get an error that atom-message-panel is not found (on the line that requires it). Is it possible that a dependency on it is missing? I tried adding it manually via the package.json (atom-message-panel version 1.2.7), did an apm install and the problem was solved for me.
Thanks in advance
A new patch version (1.4.4) of the plugin has been published with the new dependency configuration in package.json, can it solve your problem ?
That should fix it, thanks!
As a side note, is there a specific reason you're pushing the node_modules directory to Git? apm install creates this folder automatically for users installing your package, which runs when they install it via the settings panel. Just for your information :-).