【发布时间】:2020-12-29 15:31:17
【问题描述】:
当我尝试通过yarn run dev 为我的 SSR Nuxt 应用程序运行构建时,我收到以下 错误 消息:
This dependency was not found:
* fs in ./node_modules/json5/lib/register.js
To install it, you can run: npm install --save fs
一旦我执行npm install --save fs 或yarn add fs 我仍然得到错误
如何获取要构建的代码?
【问题讨论】: