Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix lockfile after npm version upgrade #34

Merged
merged 1 commit into from
May 11, 2023

Conversation

hfagerlund
Copy link
Owner

ERROR:

$ ./vendor/bin/sail npm run dev

> dev
> vite

sh: 1: vite: not found

SOLUTION:

$ ./vendor/bin/sail npm install
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 
npm WARN deprecated [email protected]: Please use @jridgewell/sourcemap-codec instead

added 50 packages, and audited 51 packages in 2m

6 packages are looking for funding
  run `npm fund` for details

found 0 vulnerabilities

Changed

  • New lockfile (package-lock.json) generated by running $ ./vendor/bin/sail npm install

* Generated by running:
$ ./vendor/bin/sail npm install
@hfagerlund hfagerlund self-assigned this May 11, 2023
@hfagerlund hfagerlund merged commit 095e07e into main May 11, 2023
@hfagerlund hfagerlund deleted the fix-lockfile-following-npm-upgrade branch May 11, 2023 02:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant