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
It would be nice to include the npm install command in the pull request section of the contribution guide to ensure that all necessary dependencies are installed before starting work on the project.
Motivation and context
Actually, this happened to me often I followed the guide, then tried to run commands like npm run test and got errors. At first, I didn’t understand why, but later figured out that I had forgotten to install the dependencies
The text was updated successfully, but these errors were encountered:
Prerequisites
Proposal
It would be nice to include the
npm install
command in the pull request section of the contribution guide to ensure that all necessary dependencies are installed before starting work on the project.Motivation and context
Actually, this happened to me often I followed the guide, then tried to run commands like
npm run test
and got errors. At first, I didn’t understand why, but later figured out that I had forgotten to install the dependenciesThe text was updated successfully, but these errors were encountered: