Skip to content

Instantly share code, notes, and snippets.

@chentsulin
Created October 30, 2019 06:17
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 chentsulin/0e640176131a250ce583739cb6e49b6a to your computer and use it in GitHub Desktop.
Save chentsulin/0e640176131a250ce583739cb6e49b6a 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-bottender-app globally:

npm install -g create-bottender-app

Now you can run:

create-bottender-app my-app
@m2daz
Copy link

m2daz commented May 30, 2021

Thriller

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