14

npm: "npm does not support Node.js v10.24.0; You should probably upgrade to a newer version"

Also npm: "Supported releases are the latest release of 4, 6, 7, 8, 9"

Uh...good to know this piece of software is still a dump where rejected code goes to rot.

Comments
  • 1
    let compatibleVersion = nodeVer.substring(1,2);
    if (compatibleVersion < 4) nag();

    i once had a dos-game state there wasn't enough free space because 1gb was considered way less than 20mb.
  • 0
    @AtuM damn and I was here thinking their dependencies from cpan went through the end of time
Add Comment