Error running `npx wpgulp` (Windows)
See original GitHub issueHello,
I have been trying to get past the first step, but running npx wpgulp
(on Windows) just results in a barrage of errors for me.
(I am more than happy to pay for the time to provide support / or cover the cost of an hour’s maintenance).
Please find the first screenshot of running the command, followed by two screenshots of errors:
You can see various versions, of npx, node and npm below:
I’ve also attached below the error log from \AppData\Local\npm-cache\_logs
:
2022-04-19T07_45_20_081Z-debug-0.log
I would very much appreciate some guidance.
Thanks again and kindest regards, Elliott
Issue Analytics
- State:
- Created a year ago
- Comments:11
Top Results From Across the Web
gulp command not found - error after installing gulp
Running npm list gulp (or -g), I gulp@3.7.0 with the location of either my global or local gulp installation. I've tried running node...
Read more >Quick fix for "gulp: command not found" error
Quick fix for “gulp: command not found” error · Install the gulp-cli globally · Check that you have npm installed in the /usr/local...
Read more >gulp: command not found error [Solved] | bobbyhadz
To solve the error "gulp: command not found", install the gulp-cli package globally by running npm install -g gulp-cli and restart your terminal....
Read more >gulp command not found - error after installing gulp #6089
Hi all. Solved this problem by installing gulp locally and globally. Locally using npm install command on git bash and globally with npm...
Read more >Installing gulp and its dependencies - IBM
Procedure · Install node. · Open the command line interface with administrator privileges. · Run the command: npm install -g gulp@v3.9.0 . ·...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hopefully someone finds this helpful in the feature… I believe the issue is being caused by node-sass. I followed the recommendations from @WiseArts. But thought I would break it down more fully for those like me!
I hope this helps someone.
Try using
nvm
, and node14.15.3
(Or whatever the best version is there.) Works for me!