npm-check icon indicating copy to clipboard operation
npm-check copied to clipboard

Option to only update `package.json`

Open msuntharesan opened this issue 9 years ago • 2 comments

With the advent of yarn it makes sense to have an option along with -u to only update the package.json and not run npm install.

msuntharesan avatar Oct 20 '16 18:10 msuntharesan

yarn upgrade-interactive is now part of yarn. You can probably resolve this issue as this feature would duplicate something built into yarn.

calvinf avatar Dec 03 '16 21:12 calvinf

+1 for when working with lerna projects that don't allow yarn in scoped packages!

mesqueeb avatar May 13 '20 04:05 mesqueeb