Hi,
sorry for my eng,
i get this message when i try to build on netlify.
5:39:08 PM: build-image version: 5b0ab77c5e46895703390c45e86a907d4b78547b (focal)
5:39:08 PM: buildbot version: 5b0ab77c5e46895703390c45e86a907d4b78547b
5:39:08 PM: Fetching cached dependencies
5:39:08 PM: Starting to download cache of 218.2MB
5:39:09 PM: Finished downloading cache in 1.408s
5:39:09 PM: Starting to extract cache
5:39:14 PM: Finished extracting cache in 4.543s
5:39:14 PM: Finished fetching cache in 6.039s
5:39:14 PM: Starting to prepare the repo for build
5:39:14 PM: Preparing Git Reference refs/heads/test
5:39:15 PM: Parsing package.json dependencies
5:39:16 PM: Starting build script
5:39:16 PM: Installing dependencies
5:39:16 PM: Python version set to 2.7
5:39:16 PM: Started restoring cached Node.js version
5:39:17 PM: Finished restoring cached Node.js version
5:39:17 PM: v12.18.0 is already installed.
5:39:17 PM: Now using node v12.18.0 (npm v6.14.4)
5:39:17 PM: Started restoring cached build plugins
5:39:17 PM: Finished restoring cached build plugins
5:39:17 PM: Attempting Ruby version 2.7.2, read from environment
5:39:18 PM: Using Ruby version 2.7.2
5:39:18 PM: Using PHP version 8.0
5:39:18 PM: Started restoring cached corepack dependencies
5:39:18 PM: Finished restoring cached corepack dependencies
5:39:18 PM: Started restoring cached yarn cache
5:39:23 PM: Finished restoring cached yarn cache
5:39:23 PM: No yarn workspaces detected
5:39:23 PM: Started restoring cached node modules
5:39:23 PM: Finished restoring cached node modules
5:39:23 PM: Installing npm packages using Yarn version 1.22.10
5:39:23 PM: yarn install v1.22.10
5:39:23 PM: [1/5] Validating package.json…
5:39:23 PM: error iclicre@0.1.0: The engine “node” is incompatible with this module. Expected version “>=14.0.0 <20”. Got “12.18.0”
5:39:23 PM: error Found incompatible module.
5:39:23 PM: info Visit yarn install | Yarn for documentation about this command.
5:39:23 PM: Failed during stage ‘building site’: Build script returned non-zero exit code: 1 (Search results for '"non-zero exit code: 1"' - Netlify Support Forums)
5:39:23 PM: Error during Yarn install
5:39:23 PM: Build was terminated: Build script returned non-zero exit code: 1
5:39:23 PM: Failing build: Failed to build site
5:39:23 PM: Finished processing build request in 15.88s
am not a pro of node, i try to read the doc on environement variable but am not sure its the good solution.
TY for help