This repository was archived by the owner on Nov 17, 2022. It is now read-only.
This repository was archived by the owner on Nov 17, 2022. It is now read-only.
Get Started / CLI Basics - Creating Application #1940
Closed
Description
Make sure to check the existing issues in this repository
Please, tell us what's the problem?
[ ] A typo
[*] Wrong documentation
[ ] Improvement of existing article
[ ] Missing documentation
[ ] New article needed
Please, tell us more details
Describe in more details
The following command in the documentation does not work for MacOS Big Sur v11.2, nativescript version 7.1.2 and node version 14.15.2:
tns create HelloWorld --template tns-template-blank
This generates error:
The "path" argument must be of type string. Received null
The correct command is:
tns create ProjectName --template @nativescript/TemplateName
This needs to be corrected.