1111mp / nvm-desktop

Node Version Manager Desktop - A desktop application to manage multiple active node.js versions.
https://github.com/1111mp/nvm-desktop
MIT License
675 stars 34 forks source link

Error when installing "tsx" package globally #33

Closed Scorpi closed 8 months ago

Scorpi commented 8 months ago

Hi!

I got an error when tried to install "tsx" package (https://github.com/privatenumber/tsx) globally.

Windows 10 Enterprise 22H2 (19045.3693) nvm-desktop v2.6.0 node.js v20.10.0

Error log:

> npm i -g tsx

changed 5 packages in 876ms

2 packages are looking for funding
  run `npm fund` for details
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Error { kind: NotFound, message: "The system cannot find the path specified. (os error 3)" }', src\common.rs:194:45
stack backtrace:
   0:     0x7ff78e2fddfc - <unknown>
   1:     0x7ff78e31bdfb - <unknown>
   2:     0x7ff78e2fa0af - <unknown>
   3:     0x7ff78e2fdbab - <unknown>
   4:     0x7ff78e30085a - <unknown>
   5:     0x7ff78e3004af - <unknown>
   6:     0x7ff78e300f0e - <unknown>
   7:     0x7ff78e300dfd - <unknown>
   8:     0x7ff78e2fea49 - <unknown>
   9:     0x7ff78e300b00 - <unknown>
  10:     0x7ff78e32a225 - <unknown>
  11:     0x7ff78e32a6c3 - <unknown>
  12:     0x7ff78e1b4785 - <unknown>
  13:     0x7ff78e194cbe - <unknown>
  14:     0x7ff78e1a9838 - <unknown>
  15:     0x7ff78e1c0481 - <unknown>
  16:     0x7ff78e1ba566 - <unknown>
  17:     0x7ff78e1bf80c - <unknown>
  18:     0x7ff78e2f3d68 - <unknown>
  19:     0x7ff78e1c058c - <unknown>
  20:     0x7ff78e3224b0 - <unknown>
  21:     0x7ffd13c77344 - BaseThreadInitThunk
  22:     0x7ffd158226b1 - RtlUserThreadStart
1111mp commented 8 months ago

This is caused by the same problem as the #32.

Please upgrade to the latest Release v2.6.1 version.

Scorpi commented 8 months ago

@1111mp oh, thanks!