EddieHubCommunity / EddieHubCommunity.github.io

Information about our community
http://eddiehub.org
Other
150 stars 122 forks source link

package.json and package-lock.json not in sync #331

Open CodeTorso opened 8 months ago

CodeTorso commented 8 months ago

Description

So I was basically trying to contribute to the project.

I forked it. Cloned it. Ran npm ci and got the error :

npm ci can only install packages when your package.json and package-lock.json or npm-shrinkwrap.json are in sync. Please update your lock file with npm install before continuing.

Screenshots

image

Additional information

No response

CodeTorso commented 8 months ago

here is the git history of the two files if it would help in anyway

image
Bashamega commented 8 months ago

Can I work on this issue? Also it should be just npm i I ran it and it worked