Pana / nrm

NPM registry manager, fast switch between different registries: npm, cnpm, nj, taobao
MIT License
2.79k stars 244 forks source link

The "path" argument must be of type string #85

Closed keeliang closed 3 years ago

keeliang commented 3 years ago

internal/validators.js:124 throw new ERR_INVALID_ARG_TYPE(name, 'string', value); ^

[TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string. Received undefined at validateString (internal/validators.js:124:11) at Object.join (path.js:375:7) at Object. (C:\Users\username\AppData\Roaming\npm\node_modules\nrm\cli.js:17:20) at Module._compile (internal/modules/cjs/loader.js:1063:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:1092:10) at Module.load (internal/modules/cjs/loader.js:928:32) at Function.Module._load (internal/modules/cjs/loader.js:769:14) at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:72:12) at internal/main/run_main_module.js:17:47 ] { code: 'ERR_INVALID_ARG_TYPE' }

keeliang commented 3 years ago

I modified'process.env.HOME' to'process.env.HOMEPATH' in cli.js, it is OK.

ByteAKA8bit commented 3 years ago

Same problem, and it works, but why?

jihainan commented 3 years ago

I modified'process.env.HOME' to'process.env.HOMEPATH' in cli.js, it is OK.

It works!

dizys commented 3 years ago

Same problem on Windows 10.

hellorayza commented 3 years ago

I modified'process.env.HOME' to'process.env.HOMEPATH' in cli.js, it is OK.

It works!

It doesn't work for me. My node was installed by nvm. Environment:

Node.js: 12.18.3
V8: 8.7.220.31-electron.0
OS: Windows_NT x64 10.0.18363.1441
Jimi1126 commented 3 years ago

改了之后是可以的,但是更新一下有回去'process.env.HOME'了,所以我搞了个系统变量'home=%homepath%'

it only work once, when restart my computer, it change back to 'process.env.HOME' so i create a global env : 'home=%homepath%', this will work

38894403 commented 3 years ago

I had the same problem and switched to version 1.0.2 resolved it.

EmilyMew commented 3 years ago

Resolved by PR#83