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
Copy file name to clipboardExpand all lines: README.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -123,5 +123,4 @@ Due to the nature of the `nativescript-dev-debugging` plugin and the way it is u
123
123
In order to test the node package locally:
124
124
- Open the app folder `cd app`
125
125
- Run `npm i`
126
-
- Run `npm run install` - will execute the package's postinstall script like it is being installed in the app folder for the first time
127
-
- Run `npm run install <full path to a 'n.debug.config.json' file>` - will execute the package's postinstall script with the configuration of the `n.debug.config.json` file
126
+
- Run `npm run nd.install` - will execute the package's postinstall script like it is being installed in the app folder for the first time
0 commit comments