Using private npm
, common commands seem not to work:
npm install
without a specific@version
:: issuenpm outdated
:: issuenpm update
:: issuenpm view <private-package-name> versions
:: (haven't found issue yet)- also note that
npm v
,npm show
, andnpm info
are aliases that likewise don't work
- also note that
Frequently, I will not know the latest version of a private module my team maintains. I would fall back on one of the commands listed above, but they seem inoperative. How can I install a package without knowing the latest version?