-
Notifications
You must be signed in to change notification settings - Fork 121
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
Enduro js don't create new project. #337
Comments
I also ran into this problem. Did anyone manage to solve this? |
I researched, and found out that gulp 3 is no longer supporter. |
And so we only need to wait the gulp 4? Really? 😢 |
Same problem here; Unhandled rejection ReferenceError: primordials is not defined |
Maybe an alternative, which I'll try is to install several versions of nodejs, with NVM: |
This project is still maintained? The last commit was before a
|
Looks like I install my site on 2 laptops:
Test: I update node version on my old laptop to last stable node js (12.16.1) and now - no command is working (Throw errors). Related: |
Not work |
I installed enduro with
npm install enduro -g
in my cmd terminal. It install correctly, when I typeenduro --version
, print out1.4.47
.Well, everything right, but when I type
enduro create helloworld
in line to enduro startup tutorlial cmd sad:So, I think, is a dependence of endoru-js, but after installed python, updated npm and node, the situation is still the same.
Some advice?
The text was updated successfully, but these errors were encountered: