-
Notifications
You must be signed in to change notification settings - Fork 53
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
NodeJS upgrade issues, frequently with node-sass #128
Comments
Naturally, if the package.json is fixed to some very old NodeJS libraries that don't run on NodeJS 12, then those dependencies need to be bumped. |
As the |
@Kimitri Would you like to make a suggestion in the form of a pull request? |
@ottok Sure! That would be nice. Do you guys have any contribution guidelines that I should check out first? |
Nothing special. Just open a PR like on any other Github project. If the solution is not a piece of code/automation, you can also make a documentation PR agains https://github.com/Seravo/docs (that is https://seravo.com/docs/). |
Related: Occasionally people reported issues with gulp-sass wanting to build, and that was because the version we used was so old that it wasn't available as a binary from upstream anymore. Fixed via #108 |
Note directly related to our project template, but still a common issue worth documenting.
Many have reported problems with node-sass and the latest NodeJS version. Root cause and its solution seem to be dlmanning/gulp-sass#748
Another issue seems to be stray caches. To ensure that npm or yarn installs the latest versions of everything, these tips might help:
These might also sometimes help:
Note, that you might also get different results with
npm install X
andyarn add X
in some corner cases, even though they in principle obey the same package.jsonThe text was updated successfully, but these errors were encountered: