DEV Community

Dongsu Jang
Dongsu Jang

Posted on

nodejs project full&clean build with lerna monorepo

$ rm -rf ~/.npm/_cacache 
$ npm cache clean --force
$ lerna clean
$ rm -rf node_modules
$ npm install
$ lerna bootstrap
$ lerna run build

If the nodejs fails, it will be due to npm and webpack,
as gem and nokogiri did in ruby.

Oldest comments (0)