vue+less的项目中,npm run dev不通过,提示以下错误: These dependencies were not found: * !!vue-style-loader!css-loader? 看字面意思是以下依赖未找到:vue-style-loader和css-loader未找到. 重新装了这几个依赖, npm install less --save npm install css-loader --save npm install vue-style-loader --save…
1. supervisor Node Supervisor is used to restart programs when they crash. Node Supervisor 是用来当程序崩溃时重启的. It can also be used to restart programs when a .js file changes. 它也可以用来重启程序,当.js文件发生改变. 2. pm2 PM2 is a production process manager for Node.js ap…