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
After creating a new project based on a template, we write the default config. In some cases, the appPath is different for a template, in those cases we need to update/write the correct appPath to the config.
For example a project created with ns create myNGApp --ng will have a src/main.ts file, and the appPath should be set to src for it to work, but currently it's not set to anything, and defaults to app - causing App entry not found crash.
The text was updated successfully, but these errors were encountered:
nativescript-cli/lib/services/project-service.ts
Line 165 in 87c8463
After creating a new project based on a template, we write the default config. In some cases, the
appPath
is different for a template, in those cases we need to update/write the correctappPath
to the config.For example a project created with
ns create myNGApp --ng
will have asrc/main.ts
file, and theappPath
should be set tosrc
for it to work, but currently it's not set to anything, and defaults toapp
- causingApp entry not found
crash.The text was updated successfully, but these errors were encountered: