Skip to content
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

npm install fails when installing node-sass (windows 8, node v4.2.1, npm v3.3.9) #267

Open
breedenk opened this issue Dec 16, 2015 · 4 comments

Comments

@breedenk
Copy link

This appears to be a version issue with grunt-sass dependency on node-sass. I changed the grunt-sass dependency version in the package.json file to "grunt-sass": "^1.1.0" and this fixed the problem for me. I only tried the Foundation package, but I would assume this could be an issue with the other feather packages as well.

@vesrah
Copy link

vesrah commented May 5, 2017

Thank you for having this issue open, I also had the same issue. I'm going to open a pull request to fix it.

Also changed uglify from compress: true to compress: {} per gruntjs/grunt-contrib-uglify#287 to prevent:

TypeError: Cannot create property 'warnings' on boolean 'true'

vesrah added a commit to vesrah/feather-packages that referenced this issue May 5, 2017
…rsions of NPM; also fix uglify option to allow building without error.
@samrueby
Copy link

samrueby commented Apr 9, 2018

This is still an issue.

@vesrah
Copy link

vesrah commented Apr 9, 2018

@samrueby - I am not surprised. You can use this workaround: vesrah@8fa3b72

@samrueby
Copy link

samrueby commented Apr 9, 2018

@vesrah Thank you- I changed the grunt-sass version to ^2.0.0 and everything seems to work now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants