NuxtN
Nuxt5mo ago
18 replies
code

Azure webapp github build and deploy action failing for nuxt4

Fail log:
Detecting platforms...
Detected following platforms:
  nodejs: 18.20.8
  php: 8.0.30
Version '18.20.8' of platform 'nodejs' is not installed. Generating script to install it...
Version '8.0.30' of platform 'php' is not installed. Generating script to install it...
Detected the following frameworks: Nuxt.js

...

Using Node version:
v18.20.8

Using Npm version:
10.8.2

Running 'npm install'...

npm warn EBADENGINE Unsupported engine {
npm warn EBADENGINE   package: '@es-joy/jsdoccomment@0.56.0',
npm warn EBADENGINE   required: { node: '>=20.11.0' },
npm warn EBADENGINE   current: { node: 'v18.20.8', npm: '10.8.2' }
npm warn EBADENGINE }
npm warn EBADENGINE Unsupported engine {
npm warn EBADENGINE   package: '@isaacs/balanced-match@4.0.1',
npm warn EBADENGINE   required: { node: '20 || >=22' },
npm warn EBADENGINE   current: { node: 'v18.20.8', npm: '10.8.2' }
npm warn EBADENGINE }


...
---End of Oryx build logs---
Oryx has failed to build the solution.

Onyx is forcing me into node v17, is there any solution to this?
Was this page helpful?