-
Notifications
You must be signed in to change notification settings - Fork 7.5k
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
Loading "Gruntfile.js" tasks...ERROR #3683
Comments
Are you running grunt from the build folder? You should be running it from the root of the project. I'm guessing that the issue is that shelljs-nodecli is not handling that correctly. |
Yes I ran it from the root |
Yes, |
@kevgithub For the time being, if you |
@misteroneill I have the same issue but your suggestion did not work for me @kevgithub did it work for you? |
@misteroneill I copied the modifications from your commit #3687 and the grunt command now works (after running "npm install npm-run") |
@BernardoFBBraga Thanks for checking. That output looks like #3692 to me - I don't think there's a good solution to it at the moment. 😕 |
Yeah, the current solution is, unfortunately, to not use macos sierra (or remove the style generation from the build and use the pre-built styles). |
shelljs-nodecli is having trouble getting the conventional-changelog package because the package name and binary name are different. Fixes #3683
@gkatsev I am running El Capitain 10.11.6 |
Oh, actually, you're right. I was too quick. Looks like your error isn't with sass but with fs-events. #3692 is a sass-related issue. I wonder what's up with fs-events. @BernardoFBBraga what version of node and npm are you using? |
Looks like it might be an issue with node 6. |
@gkatsev and then I followed the tutorial again, but the stacktrace still shows up. anyway to test if there are consequences? |
I tried to install the "conventional-changelog" but still not work.
The text was updated successfully, but these errors were encountered: