You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
People should be able to check out the repo and get it running with a command or two and no modifications to their local machine. yarn has given me headaches at a few companies and npm is tried and true. npm lags behind with nifty new features but is bundled with node.js and usually catches up for the important stuff. A nice benefit is we won't need devs to install a separate global dependency to run the project.
The text was updated successfully, but these errors were encountered:
People should be able to check out the repo and get it running with a command or two and no modifications to their local machine.
yarn
has given me headaches at a few companies andnpm
is tried and true.npm
lags behind with nifty new features but is bundled with node.js and usually catches up for the important stuff. A nice benefit is we won't need devs to install a separate global dependency to run the project.The text was updated successfully, but these errors were encountered: