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.

@foal/cli - npm by default (or an option to set this)

See original GitHub issue

Hi! I was talking to a follower who cannot use FoalTS.

He’s trying to create an app, and he got an error message, because foal is trying to install the dependencies using YARN.

We have the option to uninstall it (in order to solve the problem), but I was asking:

  • Is there any chance to select (or add the possibility to select) the package manager?

Example:

foal createapp myNewApp --npm

Thanks!

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
lcnvdlcommented, Dec 17, 2021

Hi! The guy who has the problem didn’t send me any other messages. I’m sorry. I’m closing this ticket, If I have more information I’ll let you know. Thank you very much.

0reactions
LoicPoullaincommented, Dec 17, 2021

Yes, it seems there’s a problem here. @lcnvdl could you re-run the following commands and copy paste the output here so that we can get Yarn errors?

foal createapp my-app
cd my-app
yarn install
Read more comments on GitHub >

github_iconTop Results From Across the Web

config
Run npm config ls -l to see a set of configuration parameters that are internal to npm, and are defaults if nothing else...
Read more >
config
Run npm config ls -l to see a set of configuration parameters that are internal to npm, and are defaults if nothing else...
Read more >
config
Run npm config ls -l to see a set of configuration parameters that are internal to npm, and are defaults if nothing else...
Read more >
npm-install
Default : 'dev' if the NODE_ENV environment variable is set to 'production', otherwise empty. Type: "dev", "optional", or "peer" (can be set multiple...
Read more >
npm-init
Create a package.json file. ... Any additional options will be passed directly to the command, ... Default: Type: String (can be set multiple...
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