执行指令:
或者
的时候报错。
报错:
npm error : Maximum call stack size exceeded
解决方法:
删除 node_modules文件夹和package.json,重新 npm install 就好了。