Releases: jessety/pm2-installer
Releases · jessety/pm2-installer
v3.4.3
- Fix issue that causes offline un-installations to fail
#74
v3.4.1
- Offline Installation Bugfixes
#73
- Bump pm2 from 5.2.0 to 5.2.2
#72
- Add some context on Windows installs to README
9576b82
v3.4.0
- Bump pm2 from 5.1.2 to 5.2.0
#54
- build(deps-dev): bump dev dependencies
#67
v3.3.2
- Fix CentOS deployment
#61
Thanks @bjalon!
- build(.github/dependabot): enable github-actions updates
#56
Thanks @Fdawgs!
- Always use
@jessety/pm2-logrotate
5f3d231
v3.3.0
- Bugfix offline installations
#49
- Ability to change the PM2 Service User
#44
Thanks @semics-tech!
v3.2.5
- Bump pm2 from 5.1.1 to 5.1.2
#42
v3.2.4
- Only use offline cache when linking
node-windows
if there is one #39
(Fixes #38)
This corrects an issue that would occur when installing online without pre-bundling an offline cache first. npm link node-windows
would fail with request to https://registry.npmjs.org/node-windows failed: cache mode is 'only-if-cached' but no cached response available.
v3.2.3
- Merge pull request #37 from jessety/dependabot/npm_and_yarn/pm2-5.1.1
47bf8d4
- Bump pm2 from 5.1.0 to 5.1.1
3512e5a
v3.2.2
- Avoid installing development dendencies when linking
node-windows
#36
(fixes #29)