Closed Sergiy32 closed 3 years ago
I get the same error, I can even click on the missing file in the console and it opens :)
In addition, additional dependencies are getting installed in apps/nativescript-mobileapp/node_modules, this is different to what (all) other workspace plugins do which I know.
I am using nx v11.0.15 and angular v11.0.9 on windows.
I get same error OSX 11.1. Anyone had success?
looks like workspace.json needs to point to correct tsconfig file:
"options": {
"tsConfig": "apps/nativescript-app/tsconfig.app.json",
}
We hope to finalize things here over the next 2-3 weeks - in particular the next thing to be added is a custom builder which should make the interaction and config between nativescript apps and the workspace a bit more concise.
This is fixed in the official 1.0.0 version.
Hello, I've tried a few times to make a simple project using Nx Workspace, but all the time the issue is the same.
Everything was successfully installed, I called the app "mobileapp", but when I tried to tun this command
I got an error:
but the main.ts file exists! here is the path
Also the file main.ts included in tsconfig.app.json