The "path" argument must be of type string. Received type object
nuxt Using styleResources without the @nuxtjs/style-resources is not suggest
node:v12.13.0
npm:6.12.0
其实这个问题不关node与npm的版本问题,而且Nuxtjs版本升级太高,旧语法无法适用导致
有问题的。latest表示最新版本。cnpm i时会安装最新版。不建议这样写。
没问题的。需要安装低版本nuxt。
例如回退版本2.0:
npm index --save nuxt@2.0
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。