Release Notes
🧰 Toolchains
- Go
- Fixed an issue where
go list was not running in the project root.
- Fixed an issue where
go list would add a project dependency to itself.
- JavaScript
- Will now remove
node_modules during Docker prune, as some package managers don't do this
automatically.
- Removed
*.config.* files from the Docker scaffold process.
- npm/pnpm/yarn
- Updated to always include the "shared globals" directory.
- Python
- Fixed install/venv args being passed incorrectly in some situations.
Install moon_cli 2.1.3
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/moonrepo/moon/releases/download/v2.1.3/moon_cli-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/moonrepo/moon/releases/download/v2.1.3/moon_cli-installer.ps1 | iex"
Download moon_cli 2.1.3