|
|
|
|
|
by dncornholio
1288 days ago
|
|
The solution is very simple. Lock your versions in package.json. Everyone stays happy. The only thing to keep track is, is what version of NodeJS you are using. It will happily keep working for years! Do I get a super long list of deprecated and warning messages? Yes, they are also meaningless. You can ignore them and just build the feature. |
|
Pin your deps and everything keeps working how you want.