aws-samples / aws-samples/amplify-angular-template

Deployment of the template fails: node version < 18.19

Open
#6 6 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
23
Forks
116
PR merge metrics
No merged PRs in 30d

Description

I deployed a forked version of this template.
The deployment fails with an error:

```
## Completed Backend Build

244

2024-08-17T16:41:54.531Z [INFO]: ## Starting Frontend Build

245

# Starting phase: build

246

2024-08-17T16:41:54.531Z [INFO]: # Executing command: npm install -g @angular/cli

247

2024-08-17T16:42:03.970Z [WARNING]: npm

248

2024-08-17T16:42:03.976Z [WARNING]: WARN EBADENGINE Unsupported engine {

249

npm WARN EBADENGINE package: '@angular/cli@18.2.0',

250

npm WARN EBADENGINE required: {

251

npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6 || >=8.0.0',

252

npm WARN EBADENGINE node: '^18.19.1 || ^20.11.1 || >=22.0.0',

253

npm WARN EBADENGINE yarn: '>= 1.13.0'

254

npm WARN EBADENGINE },

255

npm WARN EBADENGINE current: { node: 'v18.18.2', npm: '9.8.1' }

256

npm WARN EBADENGINE }

257

npm WARN EBADENGINE Unsupported engine {

258

npm WARN EBADENGINE package: '@angular-devkit/architect@0.1802.0',

259

npm WARN EBADENGINE required: {

260

npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6 || >=8.0.0',

261

npm WARN EBADENGINE node: '^18.19.1 || ^20.11.1 || >=22.0.0',

262

npm WARN EBADENGINE yarn: '>= 1.13.0'

263

npm WARN EBADENGINE },

264

npm WARN EBADENGINE current: { node: 'v18.18.2', npm: '9.8.1' }

265

npm WARN EBADENGINE }

266

npm WARN EBADENGINE Unsupported engine {

267

npm WARN EBADENGINE package: '@angular-devkit/core@18.2.0',

268

npm WARN EBADENGINE required: {

269

npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6 || >=8.0.0',

270

npm WARN EBADENGINE node: '^18.19.1 || ^20.11.1 || >=22.0.0',

271

npm WARN EBADENGINE yarn: '>= 1.13.0'

272

npm WARN EBADENGINE },

273

npm WARN EBADENGINE current: { node: 'v18.18.2', npm: '9.8.1' }

274

npm WARN EBADENGINE }

275

npm WARN EBADENGINE Unsupported engine {

276

npm WARN EBADENGINE package: '@angular-devkit/schematics@18.2.0',

277

npm WARN EBADENGINE required: {

278

npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6 || >=8.0.0',

279

npm WARN EBADENGINE node: '^18.19.1 || ^20.11.1 || >=22.0.0',

280

npm WARN EBADENGINE yarn: '>= 1.13.0'

281

npm WARN EBADENGINE },

282

npm WARN EBADENGINE current: { node: 'v18.18.2', npm: '9.8.1' }

283

npm WARN EBADENGINE }

284

npm WARN EBADENGINE Unsupported engine {

285

npm WARN EBADENGINE package: '@schematics/angular@18.2.0',

286

npm WARN EBADENGINE required: {

287

npm WARN EBADENGINE npm: '^6.11.0 || ^7.5.6 || >=8.0.0',

288

npm WARN EBADENGINE node: '^18.19.1 || ^20.11.1 || >=22.0.0',

289

npm WARN EBADENGINE yarn: '>= 1.13.0'

290

npm WARN EBADENGINE },

291

npm WARN EBADENGINE current: { node: 'v18.18.2', npm: '9.8.1' }

292

npm WARN EBADENGINE }

293

2024-08-17T16:42:06.210Z [INFO]: added 265 packages in 11s

294

2024-08-17T16:42:06.210Z [INFO]: 49 packages are looking for funding

295

run `npm fund` for details

296

2024-08-17T16:42:06.224Z [INFO]: # Executing command: ng version

297

2024-08-17T16:42:06.258Z [WARNING]: Node.js version v18.18.2 detected.

298

The Angular CLI requires a minimum Node.js version of v18.19.

299

Please update your Node.js version or visit https://nodejs.org/ for additional instructions.

300

2024-08-17T16:42:06.262Z [ERROR]: !!! Build failed

301

2024-08-17T16:42:06.262Z [ERROR]: !!! Error: Command failed with exit code 3

302

2024-08-17T16:42:06.263Z [INFO]: # Starting environment caching...

303

2024-08-17T16:42:06.263Z [INFO]: # Environment caching completed
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.