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
Prior to executing any commands, ensure that the node package manager you're going to use is set for NativeScript (more info at ['Package Managers'](https://docs.nativescript.org/development-workflow.html#package-managers) section of docs) and Nx (more info at ['Nx DevKit - Module'](https://nx.dev/nx-devkit/index#package-manager-type-aliases-1) section of docs).
45
-
46
-
For an example, setting Yarn as your package manager, do the following:
47
-
48
-
```sh
49
-
ns package-manager set yarn
50
-
```
51
-
52
-
Now create a Nx workspace using the yarn command expression in the following section.
0 commit comments