-
-
Notifications
You must be signed in to change notification settings - Fork 200
Closed
Description
If you run on machine with npm 5 CLI can not create projects with custom template from:
- Git repo
- Local folder
- Local tgz package
Steps to reproduce:
npm i nativescript@next
node_module/.bin/tns create TestApp --template https://github.com/NativeScript/template-hello-world
Result:
Installing https://github.com/NativeScript/template-hello-world
added 2 packages in 1.4s
cp: no such file or directory: /Users/topuzov/Git/nativescript-cli-tests/TestApp/node_modules/https:/github.com/NativeScript/template-hello-world/*
This issues is critical for enabling CI tests with npm5.
Reactions are currently unavailable