npm outdated and npm update doesn't work

后端 未结 2 1434
没有蜡笔的小新
没有蜡笔的小新 2021-02-07 17:51

I want to check if my modules are Latest

i do: sudo npm outdated

and I have this results

Package              Current  Wanted  Lates         


        
2条回答
  •  半阙折子戏
    2021-02-07 18:39

    Check your package.json may be your packages or there there. try to install package with --save and try it will work

    example : npm install underscore@1.5.0 --save now try npm outdated

提交回复
热议问题