参数' path'必须是无效字节的字符串或uint8array。已收到
我一直在试图运行我的一个旧项目,我在控制台中有这种错误按摩,上面写着:
参数'路径'必须是一个没有null字节的字符串或uint8array。收到
这是一个反应项目。
其他人遇到类似错误的错误吗?
很想得到帮助, 谢谢。
ive been trying to run an old project of mine and i have this error massage in the console that says:
The argument 'path' must be a string or Uint8Array without null bytes. Received
this is a react project .
anyone else bumped into a similar error massge?
would love to get help ,
thanks ahead.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
重命名项目文件夹可以解决问题。如果这不起作用,请将您的项目移至其他目录,应解决错误。
另请注意,该项目不应包含框架的名称。例如,。项目名称
react-app
引发了React Projects的错误。类似问题: https://github.com/nuxt/framework/framework/sisswork/sissues/825
Renaming your project folder fixes the problem.
If this does not work then move your project to other directory, it should fix the error.Also please note that, the project should not contain the name of the framework. E.g,. project name
react-app
throws error for react projects.Similar issue: https://github.com/nuxt/framework/issues/825