-
Notifications
You must be signed in to change notification settings - Fork 264
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 when running npm run build #330
Comments
It seems that the error is in a gulp version mismatch. Not entirely sure yet. Also have tried downgrading to current LTS node version (12.17) |
I miss a same problem. |
Not yet. I will post my fix, IF I ever find it . Problem seems to be in the versions of the packages. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Error when trying to build the project using
npm run build
A clear and concise description of what the bug is.
Log of when error appears;
2020-05-28T09_48_42_493Z-debug.log
To Reproduce
Run everything with elevated user perms.
use git to clone latest repo
run
npm install
,which yields the expected results.npm run build
give out an error.Expected behavior
A succesfull build using npm run
Desktop (please complete the following information):
Additional context
Also have tried using WSL Ubuntu and Ubuntu 18.04 LTS
The text was updated successfully, but these errors were encountered: