Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Why can't I create new project using "ng new" syntax

Node Version v7.0.0

npm version v3.10.8

I install "npm install -g angular-cli" on C:\

and create new project on C:\newfolder but unfortunately I got this error:

C:\ang>ng new app
module.js:474
    throw err;
    ^

Error: Cannot find module 'C:\Users\Cindy\AppData\Roaming\npm\node_modules\angular-cli\bin\ng'
    at Function.Module._resolveFilename (module.js:472:15)
    at Function.Module._load (module.js:420:25)
    at Module.runMain (module.js:607:10)
    at run (bootstrap_node.js:382:7)
    at startup (bootstrap_node.js:137:9)
    at bootstrap_node.js:497:3
like image 857
cmb97 Avatar asked Jan 17 '26 04:01

cmb97


1 Answers

I Also Tried Doing THis, turned out that updating node to v7.0.0 was the cause.

From my understanding,

Node 7 has some issues with bindings. It wasnt able to locate bindings in my system.

Uninstalling it & installing node 6.* helped.

Follow these steps:

uninstall node v7.

delete npm & npm cache directories in AppData/Roaming/.

install node version 6.9.

run npm cache clean

& then install angular-cli globally.

If You want , you can track the issue at:

Github Link For this particular Issue.

Hope this helps

like image 97
Bhushan Gadekar Avatar answered Jan 19 '26 18:01

Bhushan Gadekar



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!