Configure NPM Workspaces in your Package.json

Share this video with your friends

Send Tweet

For this course, we are going to be using NPM Workspaces to configure our monorepo. We will have two workspaces, one for our apps and one for our libraries. We configure those in our package.json.

Vivek
~ 2 years ago

I was using the npm v6 and node v14 and it's not worked for me until I upgrade my node and npm version. Please mention this at the start of the course otherwise some users might not be able to build monorepo in their machine.