Giter VIP home page Giter VIP logo

Comments (6)

reviewher avatar reviewher commented on September 25, 2024 1

Impressive turnaround time! I can confirm 2.39.1 does install correctly in npm 5.8.0.

So many projects have faced issues with the NPM 5.x series, it's actually pretty frustrating from a user standpoint.

from alm.

basarat avatar basarat commented on September 25, 2024

error /Users/kevinnwang/.npm/_cacache/tmp/git-clone-d43aaec9/.git: Permission denied

One of node / npm / git is broken for you. Not an error in alm so closing 🌹

Suggestion for help ❤️.

from alm.

reviewher avatar reviewher commented on September 25, 2024

For others who trip up on this error, note that this is a bug in npm 5: npm/npm#19706

@basarat the correct fix is to upgrade the ts-node dependency. 4.0.2 fixed the issue with the dependencies. The package.json in the git repo uses a good version of ts-node, but the latest npm version still uses a bad ts-node version, so maybe it's a good time to consider a 2.38.2 release

In the interim, the fix is to roll back to npm 4:

sudo npm install -g [email protected]
sudo npm install -g alm

from alm.

basarat avatar basarat commented on September 25, 2024

the correct fix is to upgrade the ts-node dependency. 4.0.2 fixed the issue with the dependencies.

We have ts-node 5.0.0 :

"ts-node": "5.0.0",
Should I change this version to something else?

Thanks for you interest ❤️ 🌹

from alm.

reviewher avatar reviewher commented on September 25, 2024

You updated the source tree but NPM doesn't automagically update -- you have to cut a new version and npm publish.

To see what npm currently has, use unpkg to take a peek at the latest version's package.json:

{
  "name": "alm",
  "version": "2.38.1", // <-- last release predates the commit that updated ts-node
  ...
  "dependencies": {
    ...
    "ts-node": "4.0.1", // <-- still 4.0.1
    ...
  },
  ...
}

from alm.

basarat avatar basarat commented on September 25, 2024

Sorry, my bad. Release 2.39.1 🌹 ❤️

from alm.

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.