NX workspace
Creating empty NX workspace and initializing it with project
npx [email protected] --name ls-primer --pm pnpm --nxCloud false --preset empty
cd ls-primer
pnpm install @logosphere/sdk@latest
pnpm install @nrwl/node@15.4.4 @types/node @babel/core
pnx g @logosphere/sdk:init
Ignore all the warnings. At this point you should have an empty NX workspace with all the required dependencies installed.
The init operation only runs once on a newly created empty NX workspace. If you invoke init again, it will not do anything.
If you want to start from scratch, delete the workspace first and then create it again.
Last modified 7mo ago