-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Update "tap" and "standard" to newer version #2379
Comments
Yeah, we got stuck on 12.x because it dropped support for versions of Node.js that we still needed to support in 13.x+ (we did upgrade but had to roll back). That hasn't been revisited in a while so it might be possible to do it now. |
npm has been more aggressive in their minimum version support in the last year or two so it's probably appropriate for us too. Mostly we just need to make sure we don't get ahead of npm, but otherwise we should be able to move forward. |
lol it seems that the version of class foo {
static bar = 'foobar'
} that code raise exeption:
|
@rvagg There «Node.js v10 or higher must be installed to run this program» in readme of npm/cli repo. According to
|
Node-gyp uses to old tap
12.7.0
. In fact now last tap version is15.x.x
Node-gyp uses to old standard package
14.3.4
. In fact now last tap version is16.x.x
The text was updated successfully, but these errors were encountered: