You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
dtopuzov
changed the title
[npm5] Locally installed CLI can not create projects with custom templates
[npm5] CLI can not create projects with custom templates
Jun 2, 2017
If you run on machine with npm 5 CLI can not create projects with custom template from:
Steps to reproduce:
Result:
This issues is critical for enabling CI tests with npm5.
The text was updated successfully, but these errors were encountered: