Skip to content

Instantly share code, notes, and snippets.

View DimiMikadze's full-sized avatar

Dimi Mikadze DimiMikadze

View GitHub Profile
@DimiMikadze
DimiMikadze / instructions-library.md
Created October 8, 2019 09:33
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:

@DimiMikadze
DimiMikadze / instructions.md
Created October 3, 2019 14:38
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: