我对编译器和npm命令很新。
我将此启动器用于项目https://github.com/vuejs-templates/browserify-simple
我服务了我的项目,当我更新脚本(我正在使用单个文件组件 - VueJS)时我正在研究,现在由于旧脚本,输出“dist.js”仍然出错。 我重新安装,创建一个新项目,我复制我的新资源,当我启动命令“npm run dev”时,由于脚本不再存在,我也有同样的错误。
TypeError: Cannot convert undefined or null to object
at Function.values (<anonymous>)
at http://localhost:8080/dist/build.js:35858:32
at Array.filter (native)
at VueComponent.userLigues
我的新代码中不再存在“VueCompnent.userLigues”。
这是我明天晚上要解决的一个真正的问题:(
提前致谢!