Search code examples
npmyarnpkgpackage-managersnpm-start

What is the difference between yarn run and npm start?


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


Solution

  • 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