warning about npm v5.7.0
-
https://github.com/npm/npm/issues/19883
There is a bug that breaks the OS if you use npm (5.7.0)with sudo. Be forewarned!
So when can NodeBB switch to yarn
-
Heh I've been following that 5.7.0 stuff as it happened. Fun stuff.
Thanks for the warning! Fortunately the danger has passed, npm released v5.7.1
I'm not a big fan of npm, even though our entire plugin ecosystem relies on it. If yarn were to start their own ecosystem (
yarn publish
!!), I would switch over immediately.Anyhow. You can use yarn with NodeBB if you'd like. Thanks to @pitaj, you can specify
"package_manager": "yarn"
inconfig.json
and the./nodebb
commands will default to yarn.
Copyright © 2024 NodeBB | Contributors