-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththeme-fix-preview.out.log
More file actions
23 lines (21 loc) · 1.99 KB
/
theme-fix-preview.out.log
File metadata and controls
23 lines (21 loc) · 1.99 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
> pweb@0.1.0 dev
> next dev --port 3001
node.exe : Error: spawn EPERM
所在位置 行:1 字符: 1
+ & "C:\Program Files\nodejs/node.exe" "C:\Program Files\nodejs/node_mo ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (Error: spawn EPERM:String) [], RemoteException
+ FullyQualifiedErrorId : NativeCommandError
at ChildProcess.spawn (node:internal/child_process:421:11)
at spawn (node:child_process:796:9)
at fork (node:child_process:174:10)
at C:\Users\linlu\Desktop\DEV\pweb\node_modules\next\dist\cli\next-dev.js:253:45
at new Promise (<anonymous>)
at startServer (C:\Users\linlu\Desktop\DEV\pweb\node_modules\next\dist\cli\next-dev.js:221:16)
at runDevServer (C:\Users\linlu\Desktop\DEV\pweb\node_modules\next\dist\cli\next-dev.js:355:23)
at Module.nextDev (C:\Users\linlu\Desktop\DEV\pweb\node_modules\next\dist\cli\next-dev.js:363:11) {
errno: -4048,
code: 'EPERM',
syscall: 'spawn'
}