Skip to content

Instantly share code, notes, and snippets.

@susanahernandezd
Created April 4, 2020 16:52
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save susanahernandezd/19d85ce9b48c6268ae61d6816de252fe to your computer and use it in GitHub Desktop.
# init project creating package.json
npm init
# init project and not make questions
npm init -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment