-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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 while running yo angular-fullstack #2405
Comments
+1 |
Same here, 4.1.1. Edit: no issues with 4.1.0. It's odd because I just used 4.1.1 earlier this week. |
+1 for the 5.0.0 alpha build too Reinstalling 4.1.0 seems to fix it, thanks @Coby-T |
I accidentally marked 5.0.0-alpha.1 as As for 5.0.0-alpha.1, I will fix the issue. |
5.0.0-alpha.2 has been published to address this. It is available under the |
events.js:141
throw er; // Unhandled 'error' event
^
Error: Cannot find module 'babel-plugin-syntax-decorators'
at Function.Module._resolveFilename (module.js:325:15)
at require.resolve (internal/module.js:16:19)
at Array.map (native)
at Generator.generateProject (/usr/local/lib/node_modules/generator-angular-fullstack/generators/app/index.js:536:35)
at Object. (/usr/local/lib/node_modules/generator-angular-fullstack/node_modules/yeoman-generator/lib/base.js:439:23)
at /usr/local/lib/node_modules/generator-angular-fullstack/node_modules/yeoman-generator/node_modules/run-async/index.js:25:25
at /usr/local/lib/node_modules/generator-angular-fullstack/node_modules/yeoman-generator/node_modules/run-async/index.js:24:19
at /usr/local/lib/node_modules/generator-angular-fullstack/node_modules/yeoman-generator/lib/base.js:440:9
at processImmediate [as _immediateCallback] (timers.js:383:17)
The text was updated successfully, but these errors were encountered: