You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So it's kinda hard to use this programmatically if you need to rely on CoffeeScript to be in your global path or a pre-existing peer dependency in local node_modules.
Happy to issue you a pull if you'd like, but this is a pretty simple fix:
npm install --save coffee-script
A version bump, commit and npm publish and...Voila, people won't get stupid install errors from npm
Cheers! 👻
The text was updated successfully, but these errors were encountered:
So it's kinda hard to use this programmatically if you need to rely on CoffeeScript to be in your global path or a pre-existing peer dependency in local node_modules.
Happy to issue you a pull if you'd like, but this is a pretty simple fix:
A version bump, commit and
npm publish
and...Voila, people won't get stupid install errors from npmCheers! 👻
The text was updated successfully, but these errors were encountered: