Hi all,
- I am using Nuxt v2
- My site has been live for about 3 years with no real changes
- The only content that is updated is content for change logs that I display on my site
- No issues the past few years
- Committed a change log line into my code, Netlify picked up the change from Github and started building
- Build failed - Error message below
Note: I feel this is somewhat related to a previous post of mine where my builds started failing out of the blue. I ended rebuilding the entire site in Nuxt 3 and adding a netlify.toml file which defined the node and npm versions. I thought the below looked like a similar issue. However, upon adding a netlify.toml file to this project, the build still fails. The error is below. The netlify.toml content I added is underneath.
Error Part 1
10:28:48 AM: build-image version: 782b5df339f214fc7c855168f91b0835ad93e526 (focal)
10:28:48 AM: buildbot version: 782b5df339f214fc7c855168f91b0835ad93e526
10:28:49 AM: Fetching cached dependencies
10:28:49 AM: Failed to fetch cache, continuing with build
10:28:49 AM: Starting to prepare the repo for build
10:28:49 AM: No cached dependencies found. Cloning fresh repo
10:28:49 AM: git clone --filter=blob:none https://github.com/myproject/myproject-Optimisation
10:28:49 AM: Preparing Git Reference refs/heads/main
10:28:51 AM: Parsing package.json dependencies
10:28:53 AM: Starting build script
10:28:53 AM: Installing dependencies
10:28:53 AM: Python version set to 2.7
10:28:54 AM: Downloading and installing node v12.18.0...
10:28:54 AM: Downloading https://nodejs.org/dist/v12.18.0/node-v12.18.0-linux-x64.tar.xz...
10:30:11 AM: Computing checksum with sha256sum
10:30:12 AM: Checksums matched!
10:30:13 AM: Now using node v12.18.0 (npm v6.14.4)
10:30:13 AM: Started restoring cached build plugins
10:30:13 AM: Finished restoring cached build plugins
10:30:13 AM: Attempting Ruby version 2.7.1, read from environment
10:30:13 AM: Required ruby-2.7.1 is not installed - installing.
10:30:14 AM: Searching for binary rubies, this might take some time.
10:30:14 AM: Found remote file https://rvm_io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.7.1.tar.bz2
10:30:14 AM: Checking requirements for ubuntu.
10:30:14 AM: Requirements installation successful.
10:30:14 AM: ruby-2.7.1 - #configure
10:30:14 AM: ruby-2.7.1 - #download
10:30:14 AM: ruby-2.7.1 - #validate archive
10:30:18 AM: ruby-2.7.1 - #extract
10:30:20 AM: ruby-2.7.1 - #validate binary
10:30:20 AM: ruby-2.7.1 - #setup
10:30:20 AM: ruby-2.7.1 - #gemset created /opt/buildhome/.rvm/gems/ruby-2.7.1@global
10:30:21 AM: ruby-2.7.1 - #importing gemset /opt/buildhome/.rvm/gemsets/global.gems........................................
10:30:21 AM: ruby-2.7.1 - #generating global wrappers........
10:30:21 AM: ruby-2.7.1 - #gemset created /opt/buildhome/.rvm/gems/ruby-2.7.1
10:30:21 AM: ruby-2.7.1 - #importing gemsetfile /opt/buildhome/.rvm/gemsets/default.gems evaluated to empty gem list
10:30:21 AM: ruby-2.7.1 - #generating default wrappers........
10:30:21 AM: Using /opt/buildhome/.rvm/gems/ruby-2.7.1
10:30:22 AM: Using Ruby version 2.7.1
10:30:22 AM: Using PHP version 8.0
10:30:22 AM: Started restoring cached corepack dependencies
10:30:22 AM: Finished restoring cached corepack dependencies
10:30:22 AM: No npm workspaces detected
10:30:22 AM: Started restoring cached node modules
10:30:22 AM: Finished restoring cached node modules
10:30:22 AM: Installing npm packages using npm version 6.14.4
10:30:25 AM: npm WARN deprecated @types/chokidar@2.1.3: This is a stub types definition. chokidar provides its own type definitions, so you do not need this installed.
10:30:27 AM: npm WARN deprecated chokidar@2.1.8: Chokidar 2 does not receive security updates since 2019. Upgrade to chokidar 3 with 15x fewer dependencies
10:30:31 AM: npm WARN deprecated fsevents@1.2.13: fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2.
10:30:33 AM: npm WARN deprecated @npmcli/move-file@1.1.2: This functionality has been moved to @npmcli/fs
10:30:33 AM: npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated
10:30:34 AM: npm WARN deprecated querystring@0.2.0: The querystring API is considered Legacy. new code should use the URLSearchParams API instead.
10:30:34 AM: npm WARN deprecated source-map-url@0.4.1: See https://github.com/lydell/source-map-url#deprecated
10:30:34 AM: npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated
10:30:34 AM: npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated
10:30:34 AM: npm WARN deprecated stable@0.1.8: Modern JS already guarantees Array#sort() is a stable sort, so this library is deprecated. See the compatibility table on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#browser_compatibility
10:30:46 AM: > core-js@3.29.1 postinstall /opt/build/repo/node_modules/core-js
10:30:46 AM: > node -e "try{require('./postinstall')}catch(e){}"
10:30:46 AM: > nuxt@2.16.3 postinstall /opt/build/repo/node_modules/nuxt
10:30:46 AM: > opencollective || exit 0
10:30:47 AM: npm notice created a lockfile as package-lock.json. You should commit this file.
10:30:47 AM: npm WARN notsup Unsupported engine for @nuxt/types@2.16.3: wanted: {"node":"^14.18.0 || ^16.10.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"} (current: {"node":"12.18.0","npm":"6.14.4"})
10:30:47 AM: npm WARN notsup Not compatible with your version of node/npm: @nuxt/types@2.16.3
10:30:47 AM: npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.3.2 (node_modules/chokidar/node_modules/fsevents):
10:30:47 AM: npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
10:30:47 AM: npm WARN notsup Unsupported engine for @nuxt/babel-preset-app@2.16.3: wanted: {"node":"^14.18.0 || ^16.10.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"} (current: {"node":"12.18.0","npm":"6.14.4"})
10:30:47 AM: npm WARN notsup Not compatible with your version of node/npm: @nuxt/babel-preset-app@2.16.3
10:30:47 AM: npm WARN notsup Unsupported engine for @nuxt/cli@2.16.3: wanted: {"node":"^14.18.0 || ^16.10.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"} (current: {"node":"12.18.0","npm":"6.14.4"})
10:30:47 AM: npm WARN notsup Not compatible with your version of node/npm: @nuxt/cli@2.16.3
10:30:47 AM: npm WARN notsup Unsupported engine for @nuxt/config@2.16.3: wanted: {"node":"^14.18.0 || ^16.10.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"} (current: {"node":"12.18.0","npm":"6.14.4"})
10:30:47 AM: npm WARN notsup Not compatible with your version of node/npm: @nuxt/config@2.16.3
10:30:47 AM: npm WARN notsup Unsupported engine for @nuxt/generator@2.16.3: wanted: {"node":"^14.18.0 || ^16.10.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"} (current: {"node":"12.18.0","npm":"6.14.4"})
10:30:47 AM: npm WARN notsup Not compatible with your version of node/npm: @nuxt/generator@2.16.3
10:30:47 AM: npm WARN notsup Unsupported engine for @nuxt/core@2.16.3: wanted: {"node":"^14.18.0 || ^16.10.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"} (current: {"node":"12.18.0","npm":"6.14.4"})
10:30:47 AM: npm WARN notsup Not compatible with your version of node/npm: @nuxt/core@2.16.3
10:30:47 AM: npm WARN notsup Unsupported engine for @nuxt/server@2.16.3: wanted: {"node":"^14.18.0 || ^16.10.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"} (current: {"node":"12.18.0","npm":"6.14.4"})
10:30:47 AM: npm WARN notsup Not compatible with your version of node/npm: @nuxt/server@2.16.3
10:30:47 AM: npm WARN notsup Unsupported engine for @nuxt/builder@2.16.3: wanted: {"node":"^14.18.0 || ^16.10.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"} (current: {"node":"12.18.0","npm":"6.14.4"})
10:30:47 AM: npm WARN notsup Not compatible with your version of node/npm: @nuxt/builder@2.16.3
10:30:47 AM: npm WARN notsup Unsupported engine for @nuxt/utils@2.16.3: wanted: {"node":"^14.18.0 || ^16.10.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"} (current: {"node":"12.18.0","npm":"6.14.4"})
10:30:47 AM: npm WARN notsup Not compatible with your version of node/npm: @nuxt/utils@2.16.3
10:30:47 AM: npm WARN notsup Unsupported engine for @nuxt/vue-app@2.16.3: wanted: {"node":"^14.18.0 || ^16.10.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"} (current: {"node":"12.18.0","npm":"6.14.4"})
10:30:47 AM: npm WARN notsup Not compatible with your version of node/npm: @nuxt/vue-app@2.16.3
10:30:47 AM: npm WARN notsup Unsupported engine for @nuxt/vue-renderer@2.16.3: wanted: {"node":"^14.18.0 || ^16.10.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"} (current: {"node":"12.18.0","npm":"6.14.4"})
10:30:47 AM: npm WARN notsup Not compatible with your version of node/npm: @nuxt/vue-renderer@2.16.3
10:30:47 AM: npm WARN notsup Unsupported engine for @nuxt/webpack@2.16.3: wanted: {"node":"^14.18.0 || ^16.10.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"} (current: {"node":"12.18.0","npm":"6.14.4"})
10:30:47 AM: npm WARN notsup Not compatible with your version of node/npm: @nuxt/webpack@2.16.3
10:30:47 AM: npm WARN notsup Unsupported engine for postcss-import@15.1.0: wanted: {"node":">=14.0.0"} (current: {"node":"12.18.0","npm":"6.14.4"})
10:30:47 AM: npm WARN notsup Not compatible with your version of node/npm: postcss-import@15.1.0
10:30:47 AM: npm WARN notsup Unsupported engine for postcss-preset-env@8.0.1: wanted: {"node":"^14 || ^16 || >=18"} (current: {"node":"12.18.0","npm":"6.14.4"})
10:30:47 AM: npm WARN notsup Not compatible with your version of node/npm: postcss-preset-env@8.0.1
10:30:47 AM: npm WARN notsup Unsupported engine for @csstools/postcss-cascade-layers@3.0.1: wanted: {"node":"^14 || ^16 || >=18"} (current: {"node":"12.18.0","npm":"6.14.4"})
10:30:47 AM: npm WARN notsup Not compatible with your version of node/npm: @csstools/postcss-cascade-layers@3.0.1
10:30:47 AM: npm WARN notsup Unsupported engine for @csstools/postcss-color-function@2.1.0: wanted: {"node":"^14 || ^16 || >=18"} (current: {"node":"12.18.0","npm":"6.14.4"})
10:30:47 AM: npm WARN notsup Not compatible with your version of node/npm: @csstools/postcss-color-function@2.1.0
10:30:47 AM: npm WARN notsup Unsupported engine for @csstools/postcss-hwb-function@2.1.1: wanted: {"node":"^14 || ^16 || >=18"} (current: {"node":"12.18.0","npm":"6.14.4"})
10:30:47 AM: npm WARN notsup Not compatible with your version of node/npm: @csstools/postcss-hwb-function@2.1.1
10:30:47 AM: npm WARN notsup Unsupported engine for @csstools/postcss-font-format-keywords@2.0.2: wanted: {"node":"^14 || ^16 || >=18"} (current: {"node":"12.18.0","npm":"6.14.4"})
10:30:47 AM: npm WARN notsup Not compatible with your version of node/npm: @csstools/postcss-font-format-keywords@2.0.2
10:30:47 AM: npm WARN notsup Unsupported engine for @csstools/postcss-ic-unit@2.0.2: wanted: {"node":"^14 || ^16 || >=18"} (current: {"node":"12.18.0","npm":"6.14.4"})
10:30:47 AM: npm WARN notsup Not compatible with your version of node/npm: @csstools/postcss-ic-unit@2.0.2
10:30:47 AM: npm WARN notsup Unsupported engine for @csstools/postcss-is-pseudo-class@3.1.1: wanted: {"node":"^14 || ^16 || >=18"} (current: {"node":"12.18.0","npm":"6.14.4"})
10:30:47 AM: npm WARN notsup Not compatible with your version of node/npm: @csstools/postcss-is-pseudo-class@3.1.1
10:30:47 AM: npm WARN notsup Unsupported engine for @csstools/postcss-logical-float-and-clear@1.0.1: wanted: {"node":"^14 || ^16 || >=18"} (current: {"node":"12.18.0","npm":"6.14.4"})
10:30:47 AM: npm WARN notsup Not compatible with your version of node/npm: @csstools/postcss-logical-float-and-clear@1.0.1
10:30:47 AM: npm WARN notsup Unsupported engine for @csstools/postcss-logical-viewport-units@1.0.2: wanted: {"node":"^14 || ^16 || >=18"} (current: {"node":"12.18.0","npm":"6.14.4"})
10:30:47 AM: npm WARN notsup Not compatible with your version of node/npm: @csstools/postcss-logical-viewport-units@1.0.2
10:30:47 AM: npm WARN notsup Unsupported engine for @csstools/postcss-logical-resize@1.0.1: wanted: {"node":"^14 || ^16 || >=18"} (current: {"node":"12.18.0","npm":"6.14.4"})
10:30:47 AM: npm WARN notsup Not compatible with your version of node/npm: @csstools/postcss-logical-resize@1.0.1
10:30:47 AM: npm WARN notsup Unsupported engine for @csstools/postcss-media-queries-aspect-ratio-number-values@1.0.1: wanted: {"node":"^14 || ^16 || >=18"} (current: {"node":"12.18.0","npm":"6.14.4"})
10:30:47 AM: npm WARN notsup Not compatible with your version of node/npm: @csstools/postcss-media-queries-aspect-ratio-number-values@1.0.1
10:30:47 AM: npm WARN notsup Unsupported engine for @csstools/postcss-nested-calc@2.0.2: wanted: {"node":"^14 || ^16 || >=18"} (current: {"node":"12.18.0","npm":"6.14.4"})
10:30:47 AM: npm WARN notsup Not compatible with your version of node/npm: @csstools/postcss-nested-calc@2.0.2
10:30:47 AM: npm WARN notsup Unsupported engine for @csstools/postcss-oklab-function@2.1.0: wanted: {"node":"^14 || ^16 || >=18"} (current: {"node":"12.18.0","npm":"6.14.4"})
10:30:47 AM: npm WARN notsup Not compatible with your version of node/npm: @csstools/postcss-oklab-function@2.1.0
10:30:47 AM: npm WARN notsup Unsupported engine for @csstools/postcss-normalize-display-values@2.0.1: wanted: {"node":"^14 || ^16 || >=18"} (current: {"node":"12.18.0","npm":"6.14.4"})
10:30:47 AM: npm WARN notsup Not compatible with your version of node/npm: @csstools/postcss-normalize-display-values@2.0.1
10:30:47 AM: npm WARN notsup Unsupported engine for @csstools/postcss-progressive-custom-properties@2.1.0: wanted: {"node":"^14 || ^16 || >=18"} (current: {"node":"12.18.0","npm":"6.14.4"})
10:30:47 AM: npm WARN notsup Not compatible with your version of node/npm: @csstools/postcss-progressive-custom-properties@2.1.0
10:30:47 AM: npm WARN notsup Unsupported engine for @csstools/postcss-scope-pseudo-class@2.0.2: wanted: {"node":"^14 || ^16 || >=18"} (current: {"node":"12.18.0","npm":"6.14.4"})
10:30:47 AM: npm WARN notsup Not compatible with your version of node/npm: @csstools/postcss-scope-pseudo-class@2.0.2
10:30:47 AM: npm WARN notsup Unsupported engine for @csstools/postcss-stepped-value-functions@2.1.0: wanted: {"node":"^14 || ^16 || >=18"} (current: {"node":"12.18.0","npm":"6.14.4"})
10:30:47 AM: npm WARN notsup Not compatible with your version of node/npm: @csstools/postcss-stepped-value-functions@2.1.0
10:30:47 AM: npm WARN notsup Unsupported engine for @csstools/postcss-text-decoration-shorthand@2.2.1: wanted: {"node":"^14 || ^16 || >=18"} (current: {"node":"12.18.0","npm":"6.14.4"})
10:30:47 AM: npm WARN notsup Not compatible with your version of node/npm: @csstools/postcss-text-decoration-shorthand@2.2.1
10:30:47 AM: npm WARN notsup Unsupported engine for @csstools/postcss-trigonometric-functions@2.0.1: wanted: {"node":"^14 || ^16 || >=18"} (current: {"node":"12.18.0","npm":"6.14.4"})
10:30:47 AM: npm WARN notsup Not compatible with your version of node/npm: @csstools/postcss-trigonometric-functions@2.0.1
10:30:47 AM: npm WARN notsup Unsupported engine for @csstools/postcss-unset-value@2.0.1: wanted: {"node":"^14 || ^16 || >=18"} (current: {"node":"12.18.0","npm":"6.14.4"})
10:30:47 AM: npm WARN notsup Not compatible with your version of node/npm: @csstools/postcss-unset-value@2.0.1
10:30:47 AM: npm WARN notsup Unsupported engine for css-blank-pseudo@5.0.2: wanted: {"node":"^14 || ^16 || >=18"} (current: {"node":"12.18.0","npm":"6.14.4"})
10:30:47 AM: npm WARN notsup Not compatible with your version of node/npm: css-blank-pseudo@5.0.2
10:30:47 AM: npm WARN notsup Unsupported engine for css-has-pseudo@5.0.2: wanted: {"node":"^14 || ^16 || >=18"} (current: {"node":"12.18.0","npm":"6.14.4"})
10:30:47 AM: npm WARN notsup Not compatible with your version of node/npm: css-has-pseudo@5.0.2
10:30:47 AM: npm WARN notsup Unsupported engine for css-prefers-color-scheme@8.0.2: wanted: {"node":"^14 || ^16 || >=18"} (current: {"node":"12.18.0","npm":"6.14.4"})
10:30:47 AM: npm WARN notsup Not compatible with your version of node/npm: css-prefers-color-scheme@8.0.2
10:30:47 AM: npm WARN notsup Unsupported engine for postcss-attribute-case-insensitive@6.0.2: wanted: {"node":"^14 || ^16 || >=18"} (current: {"node":"12.18.0","npm":"6.14.4"})
10:30:47 AM: npm WARN notsup Not compatible with your version of node/npm: postcss-attribute-case-insensitive@6.0.2
10:30:47 AM: npm WARN notsup Unsupported engine for postcss-color-functional-notation@5.0.2: wanted: {"node":"^14 || ^16 || >=18"} (current: {"node":"12.18.0","npm":"6.14.4"})
10:30:47 AM: npm WARN notsup Not compatible with your version of node/npm: postcss-color-functional-notation@5.0.2
10:30:47 AM: npm WARN notsup Unsupported engine for postcss-color-hex-alpha@9.0.2: wanted: {"node":"^14 || ^16 || >=18"} (current: {"node":"12.18.0","npm":"6.14.4"})
10:30:47 AM: npm WARN notsup Not compatible with your version of node/npm: postcss-color-hex-alpha@9.0.2
10:30:47 AM: npm WARN notsup Unsupported engine for postcss-color-rebeccapurple@8.0.2: wanted: {"node":"^14 || ^16 || >=18"} (current: {"node":"12.18.0","npm":"6.14.4"})
10:30:47 AM: npm WARN notsup Not compatible with your version of node/npm: postcss-color-rebeccapurple@8.0.2
10:30:47 AM: npm WARN notsup Unsupported engine for postcss-custom-media@9.1.2: wanted: {"node":"^14 || ^16 || >=18"} (current: {"node":"12.18.0","npm":"6.14.4"})
10:30:47 AM: npm WARN notsup Not compatible with your version of node/npm: postcss-custom-media@9.1.2
10:30:47 AM: npm WARN notsup Unsupported engine for postcss-custom-properties@13.1.4: wanted: {"node":"^14 || ^16 || >=18"} (current: {"node":"12.18.0","npm":"6.14.4"})
10:30:47 AM: npm WARN notsup Not compatible with your version of node/npm: postcss-custom-properties@13.1.4
10:30:47 AM: npm WARN notsup Unsupported engine for postcss-custom-selectors@7.1.2: wanted: {"node":"^14 || ^16 || >=18"} (current: {"node":"12.18.0","npm":"6.14.4"})
10:30:47 AM: npm WARN notsup Not compatible with your version of node/npm: postcss-custom-selectors@7.1.2
10:30:47 AM: npm WARN notsup Unsupported engine for postcss-dir-pseudo-class@7.0.2: wanted: {"node":"^14 || ^16 || >=18"} (current: {"node":"12.18.0","npm":"6.14.4"})
10:30:47 AM: npm WARN notsup Not compatible with your version of node/npm: postcss-dir-pseudo-class@7.0.2
10:30:47 AM: npm WARN notsup Unsupported engine for postcss-focus-visible@8.0.2: wanted: {"node":"^14 || ^16 || >=18"} (current: {"node":"12.18.0","npm":"6.14.4"})
10:30:47 AM: npm WARN notsup Not compatible with your version of node/npm: postcss-focus-visible@8.0.2
10:30:47 AM: npm WARN notsup Unsupported engine for postcss-focus-within@7.0.2: wanted: {"node":"^14 || ^16 || >=18"} (current: {"node":"12.18.0","npm":"6.14.4"})
10:30:47 AM: npm WARN notsup Not compatible with your version of node/npm: postcss-focus-within@7.0.2
10:30:47 AM: npm WARN notsup Unsupported engine for postcss-double-position-gradients@4.0.2: wanted: {"node":"^14 || ^16 || >=18"} (current: {"node":"12.18.0","npm":"6.14.4"})
10:30:47 AM: npm WARN notsup Not compatible with your version of node/npm: postcss-double-position-gradients@4.0.2
10:30:47 AM: npm WARN notsup Unsupported engine for postcss-gap-properties@4.0.1: wanted: {"node":"^14 || ^16 || >=18"} (current: {"node":"12.18.0","npm":"6.14.4"})
10:30:47 AM: npm WARN notsup Not compatible with your version of node/npm: postcss-gap-properties@4.0.1
10:30:47 AM: npm WARN notsup Unsupported engine for postcss-image-set-function@5.0.2: wanted: {"node":"^14 || ^16 || >=18"} (current: {"node":"12.18.0","npm":"6.14.4"})
10:30:47 AM: npm WARN notsup Not compatible with your version of node/npm: postcss-image-set-function@5.0.2
10:30:47 AM: npm WARN notsup Unsupported engine for postcss-lab-function@5.1.0: wanted: {"node":"^14 || ^16 || >=18"} (current: {"node":"12.18.0","npm":"6.14.4"})
10:30:47 AM: npm WARN notsup Not compatible with your version of node/npm: postcss-lab-function@5.1.0
10:30:47 AM: npm WARN notsup Unsupported engine for postcss-logical@6.1.0: wanted: {"node":"^14 || ^16 || >=18"} (current: {"node":"12.18.0","npm":"6.14.4"})
10:30:47 AM: npm WARN notsup Not compatible with your version of node/npm: postcss-logical@6.1.0
10:30:47 AM: npm WARN notsup Unsupported engine for postcss-nesting@11.2.1: wanted: {"node":"^14 || ^16 || >=18"} (current: {"node":"12.18.0","npm":"6.14.4"})
10:30:47 AM: npm WARN notsup Not compatible with your version of node/npm: postcss-nesting@11.2.1
10:30:47 AM: npm WARN notsup Unsupported engine for postcss-overflow-shorthand@4.0.1: wanted: {"node":"^14 || ^16 || >=18"} (current: {"node":"12.18.0","npm":"6.14.4"})
10:30:47 AM: npm WARN notsup Not compatible with your version of node/npm: postcss-overflow-shorthand@4.0.1
10:30:47 AM: npm WARN notsup Unsupported engine for postcss-place@8.0.1: wanted: {"node":"^14 || ^16 || >=18"} (current: {"node":"12.18.0","npm":"6.14.4"})
10:30:47 AM: npm WARN notsup Not compatible with your version of node/npm: postcss-place@8.0.1
10:30:47 AM: npm WARN notsup Unsupported engine for postcss-pseudo-class-any-link@8.0.2: wanted: {"node":"^14 || ^16 || >=18"} (current: {"node":"12.18.0","npm":"6.14.4"})
10:30:47 AM: npm WARN notsup Not compatible with your version of node/npm: postcss-pseudo-class-any-link@8.0.2
10:30:47 AM: npm WARN notsup Unsupported engine for postcss-selector-not@7.0.1: wanted: {"node":"^14 || ^16 || >=18"} (current: {"node":"12.18.0","npm":"6.14.4"})
10:30:47 AM: npm WARN notsup Not compatible with your version of node/npm: postcss-selector-not@7.0.1
10:30:47 AM: npm WARN notsup Unsupported engine for @csstools/selector-specificity@2.1.1: wanted: {"node":"^14 || ^16 || >=18"} (current: {"node":"12.18.0","npm":"6.14.4"})
10:30:47 AM: npm WARN notsup Not compatible with your version of node/npm: @csstools/selector-specificity@2.1.1
10:30:47 AM: npm WARN notsup Unsupported engine for @csstools/color-helpers@1.0.0: wanted: {"node":"^14 || ^16 || >=18"} (current: {"node":"12.18.0","npm":"6.14.4"})
10:30:47 AM: npm WARN notsup Not compatible with your version of node/npm: @csstools/color-helpers@1.0.0
10:30:47 AM: npm WARN notsup Unsupported engine for @csstools/css-tokenizer@2.1.0: wanted: {"node":"^14 || ^16 || >=18"} (current: {"node":"12.18.0","npm":"6.14.4"})
10:30:47 AM: npm WARN notsup Not compatible with your version of node/npm: @csstools/css-tokenizer@2.1.0
10:30:47 AM: npm WARN notsup Unsupported engine for @csstools/media-query-list-parser@2.0.1: wanted: {"node":"^14 || ^16 || >=18"} (current: {"node":"12.18.0","npm":"6.14.4"})
10:30:47 AM: npm WARN notsup Not compatible with your version of node/npm: @csstools/media-query-list-parser@2.0.1
10:30:47 AM: npm WARN notsup Unsupported engine for @csstools/css-parser-algorithms@2.0.1: wanted: {"node":"^14 || ^16 || >=18"} (current: {"node":"12.18.0","npm":"6.14.4"})
10:30:47 AM: npm WARN notsup Not compatible with your version of node/npm: @csstools/css-parser-algorithms@2.0.1
10:30:47 AM: npm WARN notsup Unsupported engine for @csstools/css-calc@1.0.0: wanted: {"node":"^14 || ^16 || >=18"} (current: {"node":"12.18.0","npm":"6.14.4"})
10:30:47 AM: npm WARN notsup Not compatible with your version of node/npm: @csstools/css-calc@1.0.0
10:30:47 AM: npm WARN notsup Unsupported engine for @csstools/cascade-layer-name-parser@1.0.1: wanted: {"node":"^14 || ^16 || >=18"} (current: {"node":"12.18.0","npm":"6.14.4"})
10:30:47 AM: npm WARN notsup Not compatible with your version of node/npm: @csstools/cascade-layer-name-parser@1.0.1
[build]
command = "npm run generate"
publish = "dist/"
environment = { NODE_VERSION = "18.15.0", NPM_VERSION = "9.5.0" }