更新reasonix 0.50.0出错(0.48.0正常):Error: EXDEV: cross-device link not permitted #1738
yanxin20000908
started this conversation in
Ideas
Replies: 1 comment 3 replies
-
|
node安装目录为:"C:\Program Files\nodejs\node.exe" |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
PS C:\Users\yanxzin\Desktop> npx reasonix code
Error: EXDEV: cross-device link not permitted, rename 'C:\Users\yanxzin.reasonix\config.json.15276.tmp' -> 'C:\Users\yanxzin.reasonix\config.json'
at renameSync (node:fs:1013:11)
at writeConfig (file:///C:/Users/yanxzin/AppData/Local/npm-cache/_npx/a445a9f5043f7b46/node_modules/reasonix/dist/cli/chunk-MXWPAPZW.js:17112:3)
at ensureDashboardToken (file:///C:/Users/yanxzin/AppData/Local/npm-cache/_npx/a445a9f5043f7b46/node_modules/reasonix/dist/cli/chunk-MXWPAPZW.js:17087:3)
at resolveDashboardToken (file:///C:/Users/yanxzin/AppData/Local/npm-cache/_npx/a445a9f5043f7b46/node_modules/reasonix/dist/cli/index.js:3288:10)
at _Command. (file:///C:/Users/yanxzin/AppData/Local/npm-cache/_npx/a445a9f5043f7b46/node_modules/reasonix/dist/cli/index.js:3334:23)
at async _Command.parseAsync (file:///C:/Users/yanxzin/AppData/Local/npm-cache/_npx/a445a9f5043f7b46/node_modules/reasonix/dist/cli/index.js:1916:9) {
errno: -4037,
code: 'EXDEV',
syscall: 'rename',
path: 'C:\Users\yanxzin\.reasonix\config.json.15276.tmp',
dest: 'C:\Users\yanxzin\.reasonix\config.json'
}
Beta Was this translation helpful? Give feedback.
All reactions