i have package.json file lists dependencies have *'s, want latest packages. tried:
npm install --save
but didn't replace *'s in file. tried empty strings well, didn't work.
older versions of npm update package.json when run npm update --save
, this appears broken in recent versions.
alternatively, npm-check-updates can update package.json.
Comments
Post a Comment