Skip to content
This repository was archived by the owner on Jul 29, 2025. It is now read-only.
This repository was archived by the owner on Jul 29, 2025. It is now read-only.

Unable to run 'npm install' #44

@Twigzie

Description

@Twigzie

As the title states, I'm not able to run the command.

I was successful before breaker released and I was running Windows 10 and node v21.6.2

I'm now running a clean install of Windows 11 and the most recent version of node which is 'v21.7.1'. I open the project in VSCode, run 'npm install' and get this:

PS (fork directory)> npm install
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE package: 'loa-details@1.4.25',
npm WARN EBADENGINE required: { node: '^18', npm: '>= 6.13.4', yarn: '>= 1.21.1' },
npm WARN EBADENGINE current: { node: 'v21.7.1', npm: '10.5.0' }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE package: '@quasar/app-vite@1.2.2',
npm WARN EBADENGINE required: {
npm WARN EBADENGINE node: '^24 || ^22 || ^20 || ^18 || ^16 || ^14.19',
npm WARN EBADENGINE npm: '>= 6.14.12',
npm WARN EBADENGINE yarn: '>= 1.17.3'
npm WARN EBADENGINE },
npm WARN EBADENGINE current: { node: 'v21.7.1', npm: '10.5.0' }
npm WARN EBADENGINE }

I've tried every node that i could've used before i installed Win11. I even tried the node version the 'package.json' says to use, which is "EXACTLY node 18.0.0" (^18) and still nothing.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions