support yarn create
See original GitHub issuenpx works only with npm
Let’s add a support to yarn: yarn create create-near-app.
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
yarn create
Creates new projects from any create-* starter kits. yarn create <starter-kit-package> [<args>]. This command is a shorthand that helps you do two things...
Read more >Migrating to Yarn 2 - Heroku Dev Center
This article is intended to help current Heroku users migrate from Yarn 1 to Yarn 2. Apps being migrated should already be using...
Read more >Getting Started - Create React App
Create React App is an officially supported way to create ... uninstall -g create-react-app or yarn global remove create-react-app to ensure ...
Read more >Using modern Yarn for deployment with Node.js on Azure App ...
You can create a new project or use an existing one. If using an existing one, delete any node_modules , package-lock.json and yarn.lock...
Read more >How To Install and Use the Yarn Package Manager for Node.js
Starting a New Yarn Project ... If you're starting a project from scratch, use the init subcommand to create the Yarn-specific files you'll...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

I’ve created a PR: https://github.com/near/create-near-app/pull/404
💥