I can't seem to get NPM to acknowledge the new version of my package. Why is this happening?
~/W/l/core-ui ❯❯❯ npm i -S @lml/cosmo-ui-auth@1.11.7
npm ERR! code ETARGET
npm ERR! notarget No matching version found for @lml/cosmo-ui-auth@1.11.7
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/james/.npm/_logs/2018-03-16T12_14_10_643Z-debug.log
~/W/l/core-ui ❯❯❯ cd ../cosmo-ui-auth
~/W/l/cosmo-ui-auth ❯❯❯ npm publish
> @lml/cosmo-ui-auth@1.11.7 prepublishOnly .
> rm -rf dist; npm run tsc:compile
> @lml/cosmo-ui-auth@1.11.7 tsc:compile /Users/james/Workspace/lml/cosmo-ui-auth
> rm -rf object; tsc
npm ERR! publish Failed PUT 403
npm ERR! code E403
npm ERR! You cannot publish over the previously published versions: 1.11.7. : @lml/cosmo-ui-auth
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/james/.npm/_logs/2018-03-16T12_15_16_630Z-debug.log
~/W/l/cosmo-ui-auth ❯❯❯
~/W/l/cosmo-ui-auth ❯❯❯ cd ../core-ui
~/W/l/core-ui ❯❯❯ npm i -S @lml/cosmo-ui-auth@1.11.7
npm ERR! code ETARGET
npm ERR! notarget No matching version found for @lml/cosmo-ui-auth@1.11.7
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/james/.npm/_logs/2018-03-16T12_15_37_371Z-debug.log
~/W/l/core-ui ❯❯❯
I can't seem to get NPM to acknowledge the new version of my package. Why is this happening?