1.npm run dev error
2. Screenshot of error report:
A piece of code in 3.growl.js
var exec = require("child_process").exec
, fs = require("fs")
, path = require("path")
, exists = fs.existsSync || path.existsSync
, os = require("os")
, quote = JSON.stringify
, cmd;
4. But my same project, the previous version. Npm run dev can be run. It won"t be wrong.