gulp command doesn't works #2458
Unanswered
MyClientisRich
asked this question in
Help
Replies: 1 comment 1 reply
-
@MyClientisRich use node 12 instead of node 13 and completely reinstall your node_modules so it rebuilds any binary modules. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everybody.
I recovery a project in my job that i have to make it works. This project has a gulpFile.js. So I install gulp and when i use command gulp to make it works I get this error:
ReferenceError: primordials is not defined at fs.js:39:5 at req_ (/shared/httpd/serplaste/node_modules/natives/index.js:143:24) at Object.req [as require] (/shared/httpd/serplaste/node_modules/natives/index.js:55:10) at Object.<anonymous> (/shared/httpd/serplaste/node_modules/compass-compiler/node_modules/graceful-fs/fs.js:1:37) at Module._compile (internal/modules/cjs/loader.js:1147:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:1167:10) at Module.load (internal/modules/cjs/loader.js:996:32) at Function.Module._load (internal/modules/cjs/loader.js:896:14) at Module.require (internal/modules/cjs/loader.js:1036:19) at require (internal/modules/cjs/helpers.js:72:18)
I'am using docker/devilbox to run the project in local.
devilbox@php-7.2.29 in /shared/httpd/serplaste $ gulp --version CLI version: 2.3.0 Local version: 4.0.2 devilbox@php-7.2.29 in /shared/httpd/serplaste $ node -v v13.11.0 devilbox@php-7.2.29 in /shared/httpd/serplaste $ npm -v 6.13.7
I've check it in internet allready in they say that is incompatibility of gulp and node version but they are not the same versions that mine.
Merci.
Beta Was this translation helpful? Give feedback.
All reactions