小编Geo*_*e M的帖子

下一个 JS:错误:EPERM:不允许操作,rmdir

我有一个可以运行的 Next.js 应用程序,然后当我离开它并返回它时,我得到了

  errno: -4048,
  code: 'EPERM',
  syscall: 'rmdir',
  path: 'C:\\Users\\gmacr\\Google Drive\\Optical-Font-Website\\O\\.next\\server\\pages'
}
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! opt@0.1.0 dev: `next dev`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the opt@0.1.0 dev script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\gmacr\AppData\Roaming\npm-cache\_logs\2021-10-16T21_14_26_886Z-debug.log 
Run Code Online (Sandbox Code Playgroud)

我尝试使用 npm clean 缓存。使用 Windows 10。当我创建一个新的 …

windows node.js npm reactjs next.js

6
推荐指数
1
解决办法
7769
查看次数

标签 统计

next.js ×1

node.js ×1

npm ×1

reactjs ×1

windows ×1