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

Support older version node.js #417

Closed
litt1e-p opened this issue Jan 15, 2025 · 2 comments
Closed

Support older version node.js #417

litt1e-p opened this issue Jan 15, 2025 · 2 comments
Labels
bug Something isn't working

Comments

@litt1e-p
Copy link

Environment

node.js v14+

Reproduction

just use node.js v14+

Describe the bug

the nullish coalescing assignment operator ??= is not supported on node.js v14+ which is used in vue-directives.ts, so may it do a little modification to fix it? thanks.

Additional context

No response

Logs

No response

@litt1e-p litt1e-p added the bug Something isn't working label Jan 15, 2025
@antfu
Copy link
Member

antfu commented Jan 22, 2025

Node 14 is EOL for a long while, why not upgrade your node version?

@litt1e-p
Copy link
Author

litt1e-p commented Feb 3, 2025

the jenkins which older node.js installed in my working enterprise is too difficult to upgrade, but you are right, the nvm maybe do some help

@litt1e-p litt1e-p closed this as completed Feb 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants