-
Notifications
You must be signed in to change notification settings - Fork 30k
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
New release is buggy with Gulp ^3.9.0 #20285
Comments
yes we changed the internal contextify script to be less lenient with what it accepts. you'll have to update any modules that use it, or better yet find alternatives that don't depend on node internals. |
Duplicate of #20281. (edit: to clarify, same cause if not the exact same module.) |
Also see: #19786 |
Thanks a lot @AyushG3112 @devsnek and @bnoordhuis |
I updated |
* update travis to get rid of gulp3 issue on node 10 nodejs/node#20285 * Update .travis.yml
Until a proper fix, this helps:
|
graceful-fs was my particular problem. One of my core dependencies is using it and was installing a version @3 package in my lock file. Adding "graceful-fs": "^4.1.11" in my package.json resolved this issue for me |
- updating unzip2 with node-unzip-2 fork that uses graceful-fs@4 nodejs/node#20285 (comment)
I have same problem. Resolved this problem please see issue. rm -fr node_modules
rm -fr package-lock.json
npm cache clean --force
npm install
// or
// rm -fr node_modules
// yarn install |
to avoid some breaking changes temporarily nodejs/node#20285
worked for me, but I also had to remove yarn.lock before install.
|
I just needed to downgrade my node v10.0.0 to a older version
This worked for me |
lol — Hello, my Windows can not boot, can you fix this? |
To fix the same error as here nodejs/node#20285 Task changes as described at https://fettblog.eu/gulp-4-parallel-and-series/ Change-type: patch Signed-off-by: Gergely Imreh <gergely@balena.io>
To fix the same error as here nodejs/node#20285 Task changes as described at https://fettblog.eu/gulp-4-parallel-and-series/ Change-type: patch Signed-off-by: Gergely Imreh <gergely@balena.io>
To fix the same error as here nodejs/node#20285 Task changes as described at https://fettblog.eu/gulp-4-parallel-and-series/ Change-type: patch Signed-off-by: Gergely Imreh <gergely@balena.io>
Solves my question. |
NodeJS 10.0.0
Darwin macbookpro.local 16.7.0 Darwin Kernel Version 16.7.0: Thu Jan 11 22:59:40 PST 2018; root:xnu-3789.73.8~1/RELEASE_X86_64 x86_64
The text was updated successfully, but these errors were encountered: