Preface
In the installation vue
, when scaffolding errorError: EACCES: permission denied
# install Vue CLI 3.x
npm i -g @vue/cli
solve
It can be solved by executing the following command
sudo npm install -g --unsafe-perm=true --allow-root
In the installation vue
, when scaffolding errorError: EACCES: permission denied
# install Vue CLI 3.x
npm i -g @vue/cli
It can be solved by executing the following command
sudo npm install -g --unsafe-perm=true --allow-root