Open amfischer opened 1 year ago
hi @amfischer , thanks for feedback, we need to update README as it's outdated.
Since v. 6.12 that has #2373 package-lock.json
is updated to latest version of lock file format, so everything should work with Node 18.x / npm 9.x
@BC-krasnoshapka ok yes that makes sense. Thanks for clarifying.
@BC-krasnoshapka would it be a consideration to add an '.nvmrc' file to the repo? NVM is the suggested approach, so I feel this would be in line with the documentation.
@AndrewBarber good idea, added, thanks.
Hello,
We are working on a site and using this cornerstone theme version 6.12 as a starting point.
The readme on this repository says:
The stencil-cli docs say we need to use node version 16.x or 18.x https://github.com/bigcommerce/stencil-cli#install
I'm currently using node v18.13.0, and when I run
npm install
everything seems fine but it makes a lot of changes topackage-lock.json
file.The mention of Node version 10 on this readme is confusing me. It makes me think I need to use v10, which isn't maintained anymore.