Skip to content
This repository has been archived by the owner on Dec 24, 2018. It is now read-only.

npm-1.4.23.zip handle is held, blocks unzipping operation #32

Closed
ojintoad opened this issue Sep 9, 2014 · 1 comment
Closed

npm-1.4.23.zip handle is held, blocks unzipping operation #32

ojintoad opened this issue Sep 9, 2014 · 1 comment

Comments

@ojintoad
Copy link

ojintoad commented Sep 9, 2014

When I use the current version and try to run

nvmw install 0.10.31

It seems to download the npm.zip file correctly to the v0.10.31 file, however, when it attempts to run the unzip process on it:

cscript "%NVMW_HOME%\unzip.js" "%NPM_ZIP_FILE%" "%NODE_HOME%"

The process cannot access the file because it is being used by another process. At least that's what I'm guessing from a cursory reading. Here is the full output that's failing:

c:\Users\TOgin\.nvmw>nvmw install 0.10.31
Start installing Node v0.10.31 (x64)
Start installing Node v0.10.31 (x64)
A subdirectory or file C:\Users\TOgin\.nvmw\v0.10.31 already exists.
Microsoft (R) Windows Script Host Version 5.8
Copyright (C) Microsoft Corporation. All rights reserved.

Download from http://nodejs.org/dist/v0.10.31/x64/node.exe, and save it as C:\U
ers\TOgin\.nvmw\v0.10.31\node.exe
Done
Start install npm
Download file from https://raw.githubusercontent.com/joyent/node/v0.10.31/deps/
pm/package.json
package.json
Content length is 3.62kb
Download 100%, 3.62kb / 3.62kb, 3.54mb/s ...
Donwload done
Download file from http://nodejs.org/dist/npm/npm-1.4.23.zip
npm-1.4.23.zip
Download npm 1.4.23 is done
Microsoft (R) Windows Script Host Version 5.8
Copyright (C) Microsoft Corporation. All rights reserved.

C:\Users\TOgin\.nvmw\v0.10.31
The process cannot access the file because it is being used by another process.
@ojintoad
Copy link
Author

ojintoad commented Sep 9, 2014

Disregard, I now see this is a duplicate of #27. Apologies, feel free to close.

@ojintoad ojintoad closed this as completed Sep 9, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant