不知道什么原因,之前用的还好的 今天打开就报:
SDK/tools/lib/monitor-x86_64/configuration/xxxxxxx.log
看log也没有分析出所以然
sh: 0: getcwd() failed: No such file or directory Error: ENOENT: no such file or directory, uv_cwd ? ? at process.wrappedCwd [as cwd] (internal/bootstrap/switches/does_own_process_state.js:129:28) ? ? at setupCurrentWorkingDirectory (/usr/share/code/resources/app/out/bootstrap-node.js:1:155) ? ? at Object.<anonymous> (/usr/share/code/resources/app/out/bootstrap-node.js:1:260) ? ? at Module._compile (internal/modules/cjs/loader.js:1125:30) ? ? at Object.Module._extensions..js (internal/modules/cjs/loader.js:1155:10) ? ? at Module.load (internal/modules/cjs/loader.js:982:32) ? ? at Module._load (internal/modules/cjs/loader.js:823:14) ? ? at Function.f._load (electron/js2c/asar_bundle.js:5:12913) ? ? at Module.require (internal/modules/cjs/loader.js:1006:19) ? ? at require (internal/modules/cjs/helpers.js:88:18) ? ? at Object.<anonymous> (/usr/share/code/resources/app/out/cli.js:1:97) ? ? at Module._compile (internal/modules/cjs/loader.js:1125:30) ? ? at Object.Module._extensions..js (internal/modules/cjs/loader.js:1155:10) ? ? at Module.load (internal/modules/cjs/loader.js:982:32) ? ? at Module._load (internal/modules/cjs/loader.js:823:14) ? ? at Function.f._load (electron/js2c/asar_bundle.js:5:12913) ? ? at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:72:12) ? ? at internal/main/run_main_module.js:17:47 { ? errno: -2, ? code: 'ENOENT', ? syscall: 'uv_cwd' } ?
删掉SDK 重新下载还是同样的问题。
试了一下sudo chmod -R a+rwx SDK/? 竟然好了。
记录一下
|