What is the difference between yarn run and npm start?

daniely picture daniely · Nov 15, 2016 · Viewed 52.8k times · Source

Is yarn run intended to be the equivalent of npm start?

Answer

daniely picture daniely · Nov 15, 2016

It seems yarn run start is the equivalent of npm start, which runs the script inside the start field of the script field in package.json