Closed
Description
Current Behavior:
Replicate and registry .npmjs.com show different package versions.
Expected Behavior:
Replicate and registry .npmjs.com show the same package versions.
Steps To Reproduce:
> npm view @luma.gl/constants --registry https://registry.npmjs.com/
@luma.gl/[email protected] | MIT | deps: none | versions: 91
> npm view @luma.gl/constants --registry https://replicate.npmjs.com/
@luma.gl/[email protected] | MIT | deps: none | versions: 90
This has happened with other packages too.
Environment:
- OS: MacOS 10.14.2
- NPM: 6.13.6