Angular-cli: Can't make new project with : "ng new pro_name"

Created on 7 Jul 2016  路  4Comments  路  Source: angular/angular-cli

1. OS?
Win7 64 bit

2. Versions. Please run ng --version. If there's nothing outputted, please
angular-cli: 1.0.0-beta.9
node: 6.3.0
os: win32 x64

4. The log given by the failure. Normally this include a stack trace and some
more information.

C:UsersarmyTikDesktopangular2_projects1newFolder>ng new pro_name
(node:6604) fs: re-evaluating native module sources is not supported. If you are using
the graceful-fs module, please update it to a more recent version.
You cannot use the new command inside an angular-cli project.

Most helpful comment

Sorry @jkuri I'm having the same issue. Not sure what I'm doing wrong.

位 mkdir wk
位 cd wk
C:\code\wk
位 ng new wkmobile
(node:17592) fs: re-evaluating native module sources is not supported. If you are using the graceful-fs module, please update it to a more recent version.
You cannot use the new command inside an angular-cli project.

All 4 comments

You got a nice message why this is not working; "You cannot use the new command inside an angular-cli project.".

In angular-cli there is a command : "ng new project-name".

Sorry @jkuri I'm having the same issue. Not sure what I'm doing wrong.

位 mkdir wk
位 cd wk
C:\code\wk
位 ng new wkmobile
(node:17592) fs: re-evaluating native module sources is not supported. If you are using the graceful-fs module, please update it to a more recent version.
You cannot use the new command inside an angular-cli project.

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

_This action has been performed automatically by a bot._

Was this page helpful?
0 / 5 - 0 ratings

Related issues

purushottamjha picture purushottamjha  路  3Comments

gotschmarcel picture gotschmarcel  路  3Comments

rajjejosefsson picture rajjejosefsson  路  3Comments

IngvarKofoed picture IngvarKofoed  路  3Comments

delasteve picture delasteve  路  3Comments