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

fix: Gulp build on Node.js 12 and higher #4

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

RobinBol
Copy link

The Gulp build task fails on Node.js 12 and higher due to an issue with gulp@3.9.1 i.c.w. graceful-fs@^3.0.0.

This PR fixes the Gulp build task by forcing graceful-fs@^4.2.4 instead of graceful-fs@^3.0.0 to be used by Gulp.

Note: this is not the best fix, updating Gulp from 3.x to 4.x is a better long term solution but requires a migration of the gulpfile.js.

More information about this issue can be found here: https://stackoverflow.com/a/58394828.

beatrizsmerino added a commit to beatrizsmerino/calendar that referenced this pull request Jun 13, 2022
Solution:
- Add the stable version of 'graceful-fs' package to the resolutions object on the 'package.json' file
SiliconLabs/gateway-management-ui#4
https://stackoverflow.com/a/58394828
https://www.npmjs.com/package/graceful-fs
beatrizsmerino added a commit to beatrizsmerino/calendar that referenced this pull request Jun 13, 2022
Solution:
- Add the stable version of 'graceful-fs' package to the resolutions object on the 'package.json' file
SiliconLabs/gateway-management-ui#4
https://stackoverflow.com/a/58394828
https://www.npmjs.com/package/graceful-fs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant