-
Notifications
You must be signed in to change notification settings - Fork 213
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fails to install npm with moving tar-extracted contents #227
Comments
@KSR-Yasuda could it permission related and failing to elevate on the move to the final destination? |
Yes, it fails even though running And it creates an empty dir of the target npm version in Seeing this, I think it has enough file access privilege. It extracts the npm tar archive into |
I had this same issue. I managed to resolve it by an As I'd already broken my npm install I had to delete the broken version from the I'm not sure if the necessary fix is just an update of the tar packages and its dependencies. Edit: For some reason node-promisepipe had a 3.0.0 package.json but was actually an earlier version of the index.js - reinstalling this removed the q dependency. |
In
nodist npm SOME_NPM_VERSION
, it fails to install.It extracts the target ver. of npm into the dir named
node-tar-extract
in the current dir.But after the extraction, it fails to move the contents into
C:\Program Files (x86)\Nodist\npmv\
.The text was updated successfully, but these errors were encountered: