-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Error with gulp rebuild #13683
Comments
I'm also get an error when I build from VS @agriffard any idea how I can resolve this? |
@agriffard I don't have any issue running I am using Node v18.6.0, npm version 9.6.5. You may want to try deleting your |
I followed the instructions here and it doesn't work: I can't run Probably because gulp is not correctly installed when doing |
Same error after deleting |
Node & |
All seems to be needed is to install |
For a few days, I am having an error when I execute
gulp rebuild
:In order to make it work, I need to execute this command before the
gulp rebuild
:set NODE_OPTIONS=--no-experimental-fetch
The text was updated successfully, but these errors were encountered: