Closed Dutchboy closed 7 years ago
Thanks, I found the issue was that the script is trying to create a file in the nonexistent app directory during install. If you create an empty app folder in your nativescript folder your install will be successful. I'll update master to include this folder.
@db3dev Also note the symlink
script has a flaw on Windows that's addressed in #12. The script references an invalid file name when it was copied from Nathan's seed.
Hi!! I just did a
And on the last
npm i
it errored atnativescript-dev-webpack
post install
. I'm seeing that the whole subdir undernpm_modules
doesn't exist. I also see not-so-up-to-date versions in the package.json, maybe thats the cause?I did it on both a Windows10 and a macOS (Sierra) machine, same results.