Clear node-modules

我們可以使用以下指令到 clear Yarn / NPM 的 cache

 # yarn
 yarn cache clean

 # npm
 npm cache clean --force

 # remove node_modules folder
 rm -rf node_modules

Hope you find it useful

Chi Yau
Chi Yau
Software Engineer

Interested on Learning new stuff and experience sharing