@alcalzone/pak
Advanced tools
Changelog
0.10.2 (2024-04-17)
shell: true
option for npm
on Windows to prevent stallingChangelog
0.10.0 (2023-10-31)
force
to pass the --force
flag to the package manager. The specific behavior depends on the package manager in use.npm.overrideDependencies
now supports lockfileVersion: 3
Changelog
0.9.0 (2022-09-19)
Changelog
0.8.0 (2022-02-04)
Add the install option ignoreScripts
which prevents execution of pre/post/install scripts for Yarn Classic and npm
Changelog
0.7.0 (2021-09-15)
packageManagers.yarn
now defaults to Yarn Berry. To explicitly use Yarn Classic (v1), use packageManagers.yarnClassic
.Changelog
0.6.0 (2021-05-03)
Add option setCwdToPackageRoot
to automatically set cwd
to the found package's root dir