10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation. 8000
There was an error while loading. Please reload this page.
1 parent 03d1ff0 commit f3d8967Copy full SHA for f3d8967
DevelopmentWorkflow.md
@@ -95,13 +95,14 @@ tns run android --path apps
95
96
## Running Another App
97
98
-The [initial setup](#initial-setup) will `npm-link` the `tns-core-modules` globally. You can use it in any local project:
99
-
+1. Open the app, where you will use the module from the repository in the console.
+2. Add the `tns-core-modules` in the application via:
100
+```bash
101
+npm install --save <path to tns-core-modules>
102
+# Example: npm install --save ../NativeScript/tns-core-modules
103
+```
104
+3. Run the app
105
```bash
-# Run once: Link tns-core-modules in your project
-npm link tns-core-modules
-# Run the app
106
tns run ios
107
tns run android
108
```
0 commit comments