-
Notifications
You must be signed in to change notification settings - Fork 12k
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: ERROR in multi main #3468
Comments
Perhaps the problem is in ! in project name |
I'm actually going to make sure that only valid project names are created, to avoid this. |
Awesome. What other valid path characters can't be used in the path? |
it is still showing same error .... |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
trying "ng serve" and get this error
ERROR in multi main
Module not found: Error: Can't resolve 'E:' in 'E:!Data\js\projects!ang-cli\node_modules\angular-cli\models'
@ multi main
ERROR in multi styles
Module not found: Error: Can't resolve 'E:' in 'E:!Data\js\projects!ang-cli\node_modules\angular-cli\models'
@ multi styles
and so on
node : 6.9.1 (also tried on 7)
npm: 3.0.8
angular-cli: [email protected]
win 10 x64
Tried on fresh install node and npm.
Then
npm install -g angular-cli
then
ng new !ang-cli
The text was updated successfully, but these errors were encountered: