Module build failed: TypeError: Cannot read properties of undefined (reading ‘toString‘)
Bilibili—狂神说Vue快速入门一、错误视频教程中,P16的代码,创建并写好Login.vue,输入npm run dev运行报错。Module build failed: TypeError: Cannot read properties of undefined (reading ‘toString’)二、原因百度和谷歌了半天,没有找到解决方法。翻了翻bilibili评论区,看到有人提示
·
Bilibili—狂神说Vue快速入门
一、错误
视频教程中,P16的代码,创建并写好Login.vue,输入npm run dev 运行报错。
Module build failed: TypeError: Cannot read properties of undefined (reading ‘toString’)
二、原因
百度和谷歌了半天,没有找到解决方法。
翻了翻bilibili评论区,看到有人提示到 lang=scss。
删除 lang=“scss” 后,运行成功。
三、分析
https://blog.csdn.net/qq_40323256/article/details/109138173
scss 是sass3的新特性,不了解sass版本匹配特性,可能是因为package.json 文件中sass 版本不匹配导致的。
不过版本不匹配,为什么会报错“toString”,这点我也不清楚。
更多推荐
已为社区贡献1条内容
所有评论(0)