phoinixi / jsonresume-theme-stackoverflow

Stack Overflow theme for JSON Resume
https://francesco.netlify.app/
132 stars 134 forks source link

Which package manager is used in this project? #72

Closed cskwrd closed 1 year ago

cskwrd commented 1 year ago

The repo has both a package-lock.json file and a yarn.lock file.

If I run yarn install, there is a warning about the existence of a package-lock.json file and it is unwise to use multiple package managers.

If I run npm install, the packages are installed without issue, but nearly every line in the yarn.lock file is touched. It appears that the changes are just re-ordering the information about each package. Is that okay? Is npm the package manager I should be using?

phoinixi commented 1 year ago

use npm, yarn.lock deleted