Replies: 1 comment
-
thank you, its work |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This may be a fluke npm error, but reporting it here in case others hit the same problem.
When I run gulp through node, I get the error:
Error: cannot find module 'pify'
(in package.json I have in scripts: "dist": "gulp")
I don't get this error through gulp-cli, only npm.
I can resolve this problem by installing
pify npm install --save-dev pify
pify existed in node_modules after installing gulp, but was empty with just a package.json.
MacOS Catalina 10.15.3
Node v14.15.3
NPM 6.14.9
Gulp CLI: 2.3.0
Beta Was this translation helpful? Give feedback.
All reactions