You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@Tapppi@stevemaostandard has also dropped < 4 support, but they've added this clever line to their CLI:
#!/usr/bin/env node
if (process.version.match(/v(\d+)\./)[1] < 4) {
console.error('standard: Node v4 or greater is required. `standard` did not run.')
} else {
var opts = require('../options')
require('standard-engine').cli(opts)
}
The text was updated successfully, but these errors were encountered:
@Tapppi @stevemao
standard
has also dropped< 4
support, but they've added this clever line to their CLI:The text was updated successfully, but these errors were encountered: