简体   繁体   中英

Unable to install latest version of package from npm

I have a personal package on npm here https://www.npmjs.com/package/dashfleet-firebase-path-fns

The latest version is 1.5.23 . However, npm i dashfleet-firebase-path-fns@latest only installs 1.5.21 . Even if I do npm i dashfleet-firebase-path-fns@1.5.23 , I can't install 1.5.23 and get a warning that it's not in the available packages.

I'm not sure how to debug this issue.

Make sure that you have a correct version in package.json and that you're not caching the requests to the npm registry.

You may try to remove the locally (and globally) installed modules and purge your cache. Also make sure you're not using a proxy or private registry.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM