Closed mzastue closed 4 years ago
Hi, there is no difference how to run scripts from package.json with npm or yarn – it has no connections to dependencies and if you have yarn install then you have npm too.
Yea right, but if you install with npm then you will get package-lock.json in return ;)
Yes, that's why it says that you should install it with yarn. Running scripts with npm or yarn does not produce lock files
Hi, first really nice code structure and design.
One question about
contributing
section:Install with
yarn
and run withnpm
? :) I guess run and install withnpm/yarn
but sticking to only one tool. Or even following package structure it should be yarn because ofyarn.lock
file, right? :D