Skip to content

Instantly share code, notes, and snippets.

@DimiMikadze
Created October 8, 2019 09:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DimiMikadze/f984a074acea510e91b445fae9b39b44 to your computer and use it in GitHub Desktop.
Save DimiMikadze/f984a074acea510e91b445fae9b39b44 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 @udilia/create-react-library globally:

npm install -g @udilia/create-react-library

Now you can run:

@udilia/create-react-library my-library

However we recommend to use npx, so you can always setup new project based on latest @udilia/create-react-library package.

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