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
The `package.json` contains a list of dependencies, scripts and the entry point to your app (in the `main` field). [Learn more on the NPM docs](https://docs.npmjs.com/cli/v9/configuring-npm/package-json)
6
+
7
+
::: warning Note
8
+
NativeScript plugins should always be installed as `dependencies`, because NativeScript doesn't include native code from `devDependencies`.
0 commit comments