Skip to content

Commit

Permalink
Tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
paulpv committed Feb 9, 2018
1 parent 9fa47b5 commit 0d9e170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/plugins/debugging-plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ To enable local live sync debugging of you plugin in a demo/test app:
1. `cd /your-demo-or-test-folder`
2. `tns plugin add ../relative-path-to/your-plugin/src`

If you are using npm 5 then this will automatically create a `npm link` in your demo/test app's node_modules folder to point to your plugin's source code.
If you are using npm 5 then this will automatically `npm link` your demo/test app's node_modules folder to point to your plugin's source code.

If you are using npm 4 then this will have copied your plugin's files instead of linking directly to them. You will need to manually perform the following additional step(s):

Expand Down

0 comments on commit 0d9e170

Please sign in to comment.