webpack执行中出现 ERROR in Path must be a string. Received undefined
Posted Web前端架构
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了webpack执行中出现 ERROR in Path must be a string. Received undefined相关的知识,希望对你有一定的参考价值。
执行webpack时出现错误信息 ERROR in Path must be a string. Received undefined
原因在于我的node.js版本太高了,目前node版本为6.10.3
需要降低版本,经考虑,不想卸载并降低版本,可以考虑版本间的切换,所以用了nvm可以进行版本的切换:
所以考虑安装nvm
安装链接
然后引用命令并且切换版本
http://www.cnblogs.com/cllgeek/p/6076280.html
以此为例:安装了5.0.0
nvm use 5.0.0就可以使用node5.0.0的版本
测试通过。
以上是关于webpack执行中出现 ERROR in Path must be a string. Received undefined的主要内容,如果未能解决你的问题,请参考以下文章
解决webpack因新版本打包失败问题--ERROR in multi ./src/main.js ./dist/bundle.js
ERROR in [copy-webpack-plugin] unable to locate "D:/xxx/xxx/xxx"
vue中 Error in mounted hook: "TypeError: __WEBPACK_IMPORTED_MODULE_0__assets_swiper_js__.default
webpack打包时报错ERROR in static/js/vendor.35f3cd6381fdca8d6f5b.js from UglifyJs
springboot启动报错:Error creating bean with name 'servletEndpointRegistrar' defined in class pat
springboot启动报错:Error creating bean with name 'servletEndpointRegistrar' defined in class pat