我用NextJS创建了一个应用程序,一切都很好,突然它停止了在浏览器中编译。
我删除了节点模块,然后重新安装,但它没有工作。我更新了NextJS并更改了端口,但没有得到好的结果。
软件包.json
这是我的终端:
> second-next-app@ dev C:UsersRafaelventuraGoogle DriveDisenoWebNext_JSsecond-next-app
> next dev
ready - started server on 0.0.0.0:3000, url: http://localhost:3000
info - Loaded env from C:UsersRafaelventuraGoogle DriveDisenoWebNext_JSsecond-next-app.env.local
正如你所看到的,没有
event - compiling successfully ...
我该怎么做才能使它再次编译?
显然,错误是我的项目托管在我的Google Drive文件夹中(在云中(。我把我的项目放在我电脑上的一个本地文件中(不在云中(,一切似乎都很好。