build icon indicating copy to clipboard operation
build copied to clipboard

Netlify Build (node process) runs the build command, Build Plugins and bundles Netlify Functions. Can be run in Buildbot or locally using Netlify CLI

Results 204 build issues
Sort by recently updated
recently updated
newest added

### Which problem is this feature request solving? There are a number of missing build tools from framework-info ### Describe the solution you'd like Add: - preact-cli - webpack -...

type: feature

### Describe the bug Even though `netlify build` and `npm run build` works locally, the Netlify build fails in production when pushing a website that is prerendering, using the `sharp`...

type: bug

### Describe the bug I'm using the package to create sites programmatically from a nuxt.js app and I'm getting this error: ` TypeError: (0 , import_module.createRequire) is not a function...

type: bug

Currently tsc randomly fails on macOS. I found this: https://github.com/microsoft/TypeScript/issues/51335#issuecomment-1294225390 but that would only work if we can reproduce locally.

stale
Ecosystem: Dev Foundations

This dependency is not needed for creating a temp directory as node can do that: ```typescript import { tmpName } from 'tmp-promise' const path = await tmpName({ template: 'netlify-test-socket-XXXXXX' })...

good first issue
Ecosystem: Dev Foundations

### Describe the bug `cache.save` omits directories with no 'leaf' files (that is any directory or multiple levels of directory which have not files at the bottom (empty dirs and...

type: bug
Ecosystem: Dev Foundations

Currently, the deploy logs point to the legacy plugins page for managing outdated build-plugins. This needs to be updated to point towards either the build settings for runtimes, or the...

type: bug
stale

### Describe the bug `@netlify/framework-info` is not detecting Gatsby if the project is in TypeScript. ### Steps to reproduce 1. Clone this repo https://github.com/SevenOutman/netlify-framework-info-gatsby-ts-repro 2. Run `npm install` 3. Run...

type: bug
stale
Ecosystem: Dev Foundations

### Describe the bug `netlify build` doest not install dependencies and fails ### Steps to reproduce ``` ~/dev/projects/momo/momo-website on  main ⌚ 13:53:46 $ netlify build ​ Netlify Build ────────────────────────────────────────────────────────────────...

type: bug
stale
Ecosystem: Dev Foundations

https://github.com/netlify/build/issues/4553 #### Summary Fixes # --- For us to review and ship your PR efficiently, please perform the following steps: - [x] Open a [bug/issue](https://github.com/netlify/build/issues/new/choose) before writing your code 🧑‍💻....