Giter Club home page Giter Club logo

Comments (4)

pmalouin avatar pmalouin commented on August 30, 2024

nodejs/node-v0.x-archive#7800 mentions that npm is now bundled inside the .msi.
Seems that the way nvmw works not longer fits with how node is distributed.

from nvmw.

hakobera avatar hakobera commented on August 30, 2024

Thank you for letting me know. I have no idea to fix this issue, but I investigate how to fix this issue.

from nvmw.

heri16 avatar heri16 commented on August 30, 2024

Hi there, I also have this issue, and it seems that the fix would be for get_npm.js to go to http://registry.npmjs.org/npm and find the tarball that looks like this:
"tarball":"http://registry.npmjs.org/npm/-/npm-1.4.14.tgz"
This tarball be extracted to .nvmw\v0.10.*\node_modules\npm

untar.js should also be created by using:
var shell = new ActiveXObject("WScript.Shell");
var oExec = shell.Exec('"C:\Program Files (x86)\Git\bin\sh.exe" --login -i -c 'cd "' + outPath + '"; gzip -dc "' + zipfile + '" ^| tar -xf -'');

from nvmw.

hakobera avatar hakobera commented on August 30, 2024

@pmalouin @heri16 Sorry for late response. This issue is fixed by #36

from nvmw.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.