Start nuxt project fsevents error

nuxt start of the project reported the following error, because of the use node12 version

The solution is to install fsevents specified version (1.2.9 version) install command as follows:

  sudo npm install [email protected] -save

This problem has emerged installation

 

  The problem is to see freshman rights issue, but use sudo will still have this problem, the solution is added --unsafe-perm = true --allow-root after the command can be the perfect solution (pro-test available)

Guess you like

Origin www.cnblogs.com/webtaotao/p/11363227.html