New Issue Checklist
Issue Description
When upgrading a different packaged that used to hoist node-forge we experienced a failure since node-forge is not declared in package.json but imported in gcenter.js. We solved it by hoisting it ourselves, but it should be installed as a dependency on parse-server.
Steps to reproduce
Install parse-server without having a hoisted node-forge installed.
Actual Outcome
Failure due to node-forge not being installed.
Expected Outcome
node-forge being installed automatically.
Environment
Server
- Parse Server version: 8.6.72
- Operating system: MacOS
- Local or remote host (AWS, Azure, Google Cloud, Heroku, Digital Ocean, etc): local
New Issue Checklist
Issue Description
When upgrading a different packaged that used to hoist node-forge we experienced a failure since node-forge is not declared in package.json but imported in gcenter.js. We solved it by hoisting it ourselves, but it should be installed as a dependency on parse-server.
Steps to reproduce
Install parse-server without having a hoisted node-forge installed.
Actual Outcome
Failure due to node-forge not being installed.
Expected Outcome
node-forge being installed automatically.
Environment
Server