Skip to content

Instantly share code, notes, and snippets.

@DimiMikadze
Created October 3, 2019 14:38
Show Gist options
  • Save DimiMikadze/142aba2c0a898843d765b3e4870870ce to your computer and use it in GitHub Desktop.
Save DimiMikadze/142aba2c0a898843d765b3e4870870ce to your computer and use it in GitHub Desktop.
Creating a new project with npm <= 5.2

If you use npm 5.1 or earlier, you can't use npx. Instead, install create-social-network globally:

npm install -g create-social-network

Now you can run:

create-social-network my-network

However we recommend to use npx, so you can always setup new project based on latest create-social-network package.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment