How do I update devDependencies in NPM?

前端 未结 8 2047
长发绾君心
长发绾君心 2020-12-12 10:52

npm update seems to just update the packages in dependencies, but what about devDependencies.

Right now you can install

8条回答
  •  轮回少年
    2020-12-12 11:35

    This problem does no longer excise with the current version of NPM (1.3.11).

    Update works fine with: npm update

提交回复
热议问题