cli
cli copied to clipboard
Netlify Command Line Interface
### Which problem is this feature request solving? At the moment, when an edge function throws an uncaught exception, we just show the body of the 500 returned. The fact...
**Describe the bug** This is the same as #2641. **To Reproduce** Steps to reproduce the behavior: 1. Run `git clone [email protected]:joshuaellis/netlify-dev-canvas-bug.git` 2. Navigate to the cloned repository 3. Run `yarn`...
### Describe the bug If `vite` is present as a dependency in your application using **Edge Functions**, the Netlify Dev Server will default to bundling your application with Vite instead...
### Describe the bug In order to require older modules, I've been writing this: ```js import { createRequire } from 'module'; const require = createRequire(import.meta.url) ``` This works if I...
### Which problem is this feature request solving? When configuring a new site using `netlify init`, we ask for SSH URLs for private repos. However, we use origin configs as...
### Describe the bug The following warning appear when I run netlify-cli. ``` (node:359487) ExperimentalWarning: The Fetch API is an experimental feature. This feature could change at any time (Use...
### Describe the bug The following appear each time I run netlify-cli: ``` wasm streaming compile failed: TypeError: Failed to parse URL from /home/user/.local/share/npm/lib/node_modules/netlify-cli/node_modules/netlify-redirector/lib/redirects.wasm falling back to ArrayBuffer instantiation ```...
### Describe the bug The following appear each time I run netlify login ``` (node:114335) ExperimentalWarning: The Fetch API is an experimental feature. This feature could change at any time...
### Describe the bug My local environment was running smoothly with `netlify dev` booting my custom framework, which simply started an http server using browser-sync. However, I wanted my local...
### Describe the bug Running edge functions locally with `netlify dev`, `Deno.env` contains all environment variables inherited from the CLI's shell. This is different from production, where it will only...