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

Is node 14 still supported in v5? #387

Open
meecect opened this issue Nov 21, 2024 · 0 comments
Open

Is node 14 still supported in v5? #387

meecect opened this issue Nov 21, 2024 · 0 comments

Comments

@meecect
Copy link

meecect commented Nov 21, 2024

Recently while trying to use this package in a meteor project, I received this warning:

npm WARN notsup Unsupported engine for [email protected]: wanted: {"node":">=16"} (current: {"node":"14.18.3","npm":"6.14.15"})
npm WARN notsup Not compatible with your version of node/npm: [email protected]

It did appear to install the packages, but when I try to do this:

import { createClient } from "webdav";

I get a build error:

W20241121-11:37:54.574(-6)? (STDERR) Error: Cannot find module 'webdav'

Is it truly not supported or am I importing it incorrectly?

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

1 participant