-
Notifications
You must be signed in to change notification settings - Fork 216
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 running ngx new #421
Comments
I cannot take a deeper look right now, but this might be an issue related to your package manager: try reinstalling the generator after clearing you module cache:
What's you OS/version? Do you use a node version manager, like |
@LuisReinoso strange, seems that the |
Should be fixed in |
C:\proj>ngx n (node:10052) UnhandledPromiseRejectionWarning: C:\Users\riv\AppData\Roaming\npm\node_modules\generator-ngx-rocket\generators\app\index.js:30 SyntaxError: Unexpected token { |
@polu3g can you open a new issue, following the issue template please? We cannot help you if we don't have information about your environment. |
Just to let you know - I had exactly the same issue as posted by @polu3g and I was able to resolve it by upgrading Node version (previously I had 8.11.3, now I have last LTS version, i.e. 12.16.3). I use Win 10 64-bit. |
whats the min node version supported ? thanks |
The min version is currently You can also find this information in the |
Environment
node - 11.6.0
npm - 6.5.0
generator-ngx-rocket - 5.3.0
Getting this error when running ngx new
The text was updated successfully, but these errors were encountered: