process-migrator icon indicating copy to clipboard operation
process-migrator copied to clipboard

Installation with npm fails ENOENT

Open tagru opened this issue 4 years ago • 1 comments

I am trying to install process-migrator with npm install process migrator -g but it always fails with this message. Any ideas how I can solve this?

npm: '6.14.5' node: '14.3.0' OS: Linux 5.6.16-1-MANJARO

npm install process-migrator -g
npm ERR! code ENOENT
npm ERR! syscall chmod
npm ERR! path /home/tagru/.npm-global/lib/node_modules/process-migrator/build/nodejs/nodejs/main.js
npm ERR! errno -2
npm ERR! enoent ENOENT: no such file or directory, chmod '/home/tagru/.npm-global/lib/node_modules/process-migrator/build/nodejs/nodejs/main.js'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent 

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/tagru/.npm/_logs/2020-07-03T16_44_01_423Z-debug.log

tagru avatar Jul 03 '20 16:07 tagru

I was getting same error, I uninstall node, nvm and npm and then followed below article and it worked. You can try,

https://betterprogramming.pub/how-to-use-nvm-to-manage-node-js-17-and-npm-8-2da8bf3ca5e9

richa89s avatar Jul 07 '22 10:07 richa89s

Our team is dedicated to providing continuous support for this extension. To ensure efficient issue resolution, we will close any old or inactive issues. If you come across any new problems, please create a ticket, and we will promptly address and resolve them. Thank you for your cooperation and understanding.

AminTi avatar Jul 13 '23 12:07 AminTi

We've located the source of this issue and will release a fix for it shortly. Reopening for traceability.

MOlausson avatar Aug 21 '23 10:08 MOlausson

Finally released a fix for this with release 0.9.23.

MOlausson avatar Jan 29 '24 18:01 MOlausson