Skip to content
#

auth

Here are 1,981 public repositories matching this topic...

LoicPoullain
LoicPoullain commented Jun 27, 2022

Issue

When deploying an application to a Cloud provider, the build often fails with the error foal not found because the CLI dependency is not found. When developing the app in local, it is installed as global dependency with npm install -g @foal/cli.

Solution

Include the CLI as project dev dependency when creating the app.

Files to update:

  • Packages in `packages/cli/src/gene

Improve this page

Add a description, image, and links to the auth topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the auth topic, visit your repo's landing page and select "manage topics."

Learn more