nasa-jpl / stellar

A CSS implementation of the Stellar design system for spacecraft operation tools.
https://nasa-jpl.github.io/stellar/example/
MIT License
11 stars 6 forks source link

Old lockfile when installing #5

Closed wbnns closed 1 year ago

wbnns commented 1 year ago

Steps to replicate:

  1. Run npm install @nasa-jpl/stellar --save as instructed in the README
  2. Encounter npm WARN old lockfile:
npm WARN old lockfile                                                                                                                       
npm WARN old lockfile The package-lock.json file was created with an old version of npm,                                                    
npm WARN old lockfile so supplemental metadata must be fetched from the registry.                                                           
npm WARN old lockfile                                                                                                                       
npm WARN old lockfile This is a one-time fix-up, please be patient...                                                                       
npm WARN old lockfile 

Suggested fix -- commit the updated package-lock.json and package.json to the repository that is generated, post-install.

camargo commented 1 year ago

This should now be fixed

wbnns commented 1 year ago

Cheers. 👍