Unable to create new project (3.2.1)
See original GitHub issueInstalled NativeScript yesterday to give it a go (Never used it before) And doing tns doctor
gives me “No issues were found” Which should mean good to go, Currently using the Node LTS version (6.11.3) And when I go to create the tutorial project with
tns create HelloWorld --template nativescript-template-tutorial
I get
cp: no such file or directory: C:\Test\HelloWorld\node_modules\tns-template-hello-world\*
If I run it as admin
Command npm.cmd install nativescript-template-tutorial@3.1.0 --silent --save-exact --save failed with exit code 4294963248
if I run it without admin
I tried using the NativeScript sidekick and It just gives me the same errors. I’ve even tried upgrading node and npm to the latest versions and it still doesn’t work, What am I doing wrong here?
Using Windows 10 (Latest Updates) 64-bit
Issue Analytics
- State:
- Created 6 years ago
- Comments:13 (7 by maintainers)
@dxshindeo - Can you try down grading your npm to 5.0.4?
npm i -g npm@5.0.4
I ran into all sorts of installed issues in NPM > 5.1 this last week and did a lot of searching and found out that on windows > 5.1 actually has some issues, TNS uses npm under the hood for parts of the install…This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.