question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support yarn for generating app

See original GitHub issue

Since yarn is way more faster than npm so I think it’s a great time to start supporting yarn when generating new feathers app.

I think it’s a good idea to detect yarn is installed on the current system and provide an option to use yarn instead of npm when running feathers generate

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:5
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
dafflcommented, Mar 5, 2017

With npm install feathers-cli@pre -g (and confirming that npm ls generator-feathers -g shows v1.0.0-pre.5 or later) definitely asks for the package manager:

screen shot 2017-03-04 at 8 12 46 pm
1reaction
dafflcommented, Jan 16, 2017

This has been added to the https://github.com/feathersjs/generator-feathers/tree/generator-refactoring branch and will be available in the next version.

Read more comments on GitHub >

github_iconTop 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 >
Writing YARN Applications - Apache Hadoop
The first step that a client needs to do is to initialize and start a YarnClient. · Once a client is set up,...
Read more >
How To Install and Use the Yarn Package Manager for Node.js
First you install the yarn command globally, then you use the global yarn command to install a specific local version of Yarn into...
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 >
Create a custom YARN service | CDP Public Cloud
Create a custom YARN service · On the Services page of the YARN Web User Interface, click New Service. · Click the Custom...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found