Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V17.23.1 Netlify CLI has terminated unexpectedly #6543

Open
BikramAcharjee opened this issue May 1, 2024 · 0 comments
Open

V17.23.1 Netlify CLI has terminated unexpectedly #6543

BikramAcharjee opened this issue May 1, 2024 · 0 comments
Labels
type: bug code to address defects in shipped code

Comments

@BikramAcharjee
Copy link

Describe the bug

» Error: Netlify CLI has terminated unexpectedly

This is a problem with the Netlify CLI, not with your application.
If you recently updated the CLI, consider reverting to an older version by running:

npm install -g netlify-cli@VERSION

You can use any version from versions.

Please report this problem at https://ntl.fyi/cli-error including the error details below.

Steps to reproduce

  1. Install the latest version (17.23.1)
  2. Setup the project with node express
  3. Run netlify dev

Configuration

[build]
    command = "npm install"
    functions = "/"

[functions]
    external_node_modules = ["express", "ejs", "ejs-locals"]
    directory = "/"
    node_bundler = "esbuild"

[[redirects]]
    force = true
    from = "/*"
    status = 200
    to = "/.netlify/functions/app/:splat"

Environment

System:
OS: Windows 11 10.0.22635
CPU: (4) x64 Intel(R) Core(TM) i5-7400 CPU @ 3.00GHz
Memory: 2.68 GB / 7.96 GB
Binaries:
Node: 18.19.1 - C:\Program Files\nodejs\node.EXE
npm: 10.2.4 - C:\Program Files\nodejs\npm.CMD

@BikramAcharjee BikramAcharjee added the type: bug code to address defects in shipped code label May 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug code to address defects in shipped code
Projects
None yet
Development

No branches or pull requests

1 participant