-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Use local bin that points to grunt-cli #1500
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Same problem it seems: |
|
Even after removing node modules: |
|
Looks like you are going to have to include Line 69 |
|
Nice catch @thealphanerd! Thank you! |
| "files": [ | ||
| "lib" | ||
| "lib", | ||
| "bin" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bin, lib and squash :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
BTW second time we got bitten by this today :/
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah dang, sorry about that!
|
@shama ok 1.0.1 right? I'll draft a changelog |
Fixes GH-1499
This fixes the issue where
grunt-climight not yet exist when npm is trying to create a binary.@vladikoff Mind giving this a full vetting? I tested on
npm@2andnpm@3but want to make sure I'm not missing something big with this. Thanks!