Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install failed with npm (Unsupported engine) #1120

Open
mpragliola opened this issue Jul 22, 2022 · 1 comment
Open

Install failed with npm (Unsupported engine) #1120

mpragliola opened this issue Jul 22, 2022 · 1 comment

Comments

@mpragliola
Copy link

How can we reproduce this bug?

sudo npm i -g foundation-emails
foundation new <project>
cd <project>
npm i

OS: Ubuntu 20.04
npm -v # 8.11.0
node -v # v16.16.0
foundation email template version is 2.4.0. (taken from package.json)

What did you expect to happen?

A working npm install.

What happened instead?

name@host:~/dev/test$ npm i
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: 'xmlbuilder@2.2.1',
npm WARN EBADENGINE   required: { node: '0.8.x || 0.10.x' },
npm WARN EBADENGINE   current: { node: 'v16.16.0', npm: '8.11.0' }
npm WARN EBADENGINE }
@mpragliola mpragliola changed the title Install failed with np, Install failed with npm (Unsupported engine) Jul 22, 2022
@tnog
Copy link

tnog commented Aug 11, 2022

Looks like your node version is not supported. Foundation for Emails only supports up to version 10. See: #1066, #1113

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants