atomos
atomos copied to clipboard
Enhancement: Include a package-lock.json
Currently npm install
does not work out of the box:
jasonkraus@UF-MBP-Jason-Kraus atomos % npm install
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: [email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/webpack
npm ERR! dev webpack@"^5.24.3" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer webpack@">=2 <5" from [email protected]
npm ERR! node_modules/webpack-chrome-extension-reloader
npm ERR! webpack-chrome-extension-reloader@"^1.3.0" from the root project
Please consider adding a working package-lock.json
if you have one.