NPM Warning During Install
-
When I try to install latest NodeBB on Debian 8, I see some warning in the output.
npm WARN deprecated [email protected]: Please upgrade to 2.2.19 or higher npm WARN deprecated [email protected]: wrench.js is deprecated! You should check out fs-extra (https://github.com/jprichardson/node-fs-extra) for any operations you were using wrench for. Thanks for all the usage over the years.
Do I have to do something to fix it?
-
@Systemd-K said in NPM Warning During Install:
When I try to install latest NodeBB on Debian 8, I see some warning in the output.
npm WARN deprecated [email protected]: Please upgrade to 2.2.19 or higher npm WARN deprecated [email protected]: wrench.js is deprecated! You should check out fs-extra (https://github.com/jprichardson/node-fs-extra) for any operations you were using wrench for. Thanks for all the usage over the years.
Do I have to do something to fix it?
It is because you havnt did
sudo systemctl enable mongodb
on the root folder so just ho to main foldercd
then typesudo systemctl enable mongodb
then go back to your installation!!
Hope I helped,
Kind Regards
/shar -
@sharletsings123 that is incorrect.
@Systemd-K these are merely deprecation warnings. You can safely ignore them.
-
@PitaJ said in NPM Warning During Install:
@sharletsings123 that is incorrect.
@Systemd-K these are merely deprecation warnings. You can safely ignore them.
It actually worked for me somehow so thats why I suggested that him it.
-
@sharletsings123 I think you must be confusing different error messages. There is no connection between this message and the mongo daemon on the server.