github aquaproj/aqua-registry v0.12.0

latest releases: v4.171.0, v4.170.0, v4.169.0...
2 years ago

Issues | Pull Requests | v0.11.5...v0.12.0

⚠️ Breaking Changes

#1386 aqua >= v0.8.5 is required. aquaproj/aqua#464
#1436 #1437 Remove nodejs/node

How to migrate

  • Upgrade aqua to >= v0.8.5
  • Install Node.js by the other way

Why is Node.js removed?

npm i -g doesn't work well.
When a command is installed by npm i -g, the command is installed at the same directory as npm.

$ npm install -g terminalizer
$ terminalizer --help        
zsh: command not found: terminalizer

$ ls ~/.aqua/pkgs/http/nodejs.org/dist/v17.2.0/node-v17.2.0-darwin-x64.tar.gz/node-v17.2.0-darwin-x64/bin
corepack  node  npm  npx  terminalizer

It is difficult to execute the command.

So we decided to remove nodejs/node.

Don't miss a new aqua-registry release

NewReleases is sending notifications on new releases.