Ben Chuanlong Du's Blog

It is never too late to learn.

Tips on npm

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

yarn global add @vue/cli @vue/cli-service-global npm install -g @vue/cli @vue/cli-service-global

npm run tauri:serve

sudo

  1. Avoid using sudo with npm.

https://github.com/sindresorhus/guides/blob/master …