TypeError [ERR_INVALID_ARG_TYPE]:“path”参数必须是string类型
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了TypeError [ERR_INVALID_ARG_TYPE]:“path”参数必须是string类型相关的知识,希望对你有一定的参考价值。
通过研究BLE Beacons,我遇到了Hacktimote项目。克隆,更新依赖项和运行,我遇到了这个错误:
TypeError [ERR_INVALID_ARG_TYPE]:“path”参数必须是string类型
我把这个错误缩小到:
module.exports = {
output: {
path: path.join(__dirname, 'www'),
filename: '[name].js',
chunkFilename: '[chunkhash].js'
放置publicPath: '',
时
但是,项目运行时,网页上不显示任何内容。
应用程序已开发出:
Angularjs,ionic-sdk,webpack,gulp和cordova插件
回购的链接是:
https://github.com/Hacktimote/SlackBooking/tree/master/client
你可以更换和检查
path: path.join(__dirname, 'www')
至
path: path.resolve(__dirname, 'www'),
以上是关于TypeError [ERR_INVALID_ARG_TYPE]:“path”参数必须是string类型的主要内容,如果未能解决你的问题,请参考以下文章
反应本机获取多标记[未处理的承诺拒绝:TypeError:TypeError:未定义不是对象(评估'this.state.markers.map
Django TypeError - TypeError: issubclass() arg 1 必须是一个类
pyspark:TypeError:'float'对象不可迭代
Python 3.8 TypeError: can't concat str to bytes - TypeError: a bytes-like object is required, not 's