Description
I just upgraded to the latest version of Rocket Chat and the npm install
part generated a couple of warnings:
npm WARN deprecated node-pre-gyp@0.15.0: Please upgrade
to @mapbox/node-pre-gyp: the non-scoped node-pre-gyp
package is deprecated and only the @mapbox scoped package
will recieve updates in the future
> fibers@5.0.1 install /tmp/bundle/programs/server/node_modules/fibers
> node build.js || nodejs build.js
`linux-x64-83-glibc` exists; testing
Binary is fine; exiting
npm WARN lifecycle meteor-dev-bundle@~install:
cannot run in wd meteor-dev-bundle@ node npm-rebuild.js (wd=/tmp/bundle/programs/server)
added 157 packages from 85 contributors and
audited 157 packages in 15.465s
4 packages are looking for funding
run `npm fund` for details
found 0 vulnerabilities
Server Setup Information
- Version of Rocket.Chat Server: 4.8.2
- Operating System: Linux
- Deployment Method: manual
- Number of Running Instances: 1
- NodeJS Version: v14.0.0
- MongoDB Version: 4.2.12
Any additional Information
What do those warnings mean? Is there something I need to do? I don’t see any issues with our Rocket Chat server but I want to avoid possible problems.