-
-
Notifications
You must be signed in to change notification settings - Fork 197
tns init
fails, ins init --force
produce invalid app
#2559
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
FWIW, I tracked this down to here https://github.com/NativeScript/nativescript-cli/blob/master/lib/services/init-service.ts#L109. In other places, the second argument to |
I can open a pull request if that'd be useful, but I'm guessing a normal contributor to this project might have an easier time. |
Hi, @mnaughto You are right - this was one of the problems. I've set explicitly in the NPM View method to set @dtopuzov The init command only creates a package.json definition just like Thanks guys! |
Steps to reproduce:
tns init --path MyApp
Output:
Notes:
tns init --path MyApp --force
creates app, but without App Resources.I think this command is useless, since no one complained it does not work without
--force
and it produce not build able app with--force
.The text was updated successfully, but these errors were encountered: