Skip to main content

I am trying to create a project (named ngadmin) via the angular cli but it throws errors on this command: ng new ngadmin. The errors are:

"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.

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.

I am not sure what the problem is as this cli was working fine for me a few days ago.

I am trying to create a project (named ngadmin) via the angular cli but it throws errors on this command: ng new ngadmin. The errors are:

"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.

I am not sure what the problem is as this cli was working fine for me a few days ago.

I am trying to create a project (named ngadmin) via the angular cli but it throws errors on this command: ng new ngadmin. The errors are:

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.

I am not sure what the problem is as this cli was working fine for me a few days ago.

Source Link
Sony Claba
  • 97
  • 1
  • 2
  • 4

Angular CLI wont create new project

I am trying to create a project (named ngadmin) via the angular cli but it throws errors on this command: ng new ngadmin. The errors are:

"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.

I am not sure what the problem is as this cli was working fine for me a few days ago.