Lines Matching +full:node +full:- +full:version
2 // all versions of node >= 6. This is a best effort to catch syntax errors to
3 // give users a good error message if they are using a node version that doesn't
8 const { engines: { node: engines }, version } = require('../../package.json')
9 const npm = `v${version}`
12 const node = process.version constant
14 /* eslint-disable-next-line max-len */
15 …es not support Node.js ${node}. This version of npm supports the following node versions: \`${engi…
17 /* eslint-disable-next-line max-len */
18 … not to run on Node.js ${node}. This version of npm supports the following node versions: \`${eng…
20 // coverage ignored because this is only hit in very unsupported node versions
25 // eslint-disable-next-line no-console
27 // eslint-disable-next-line no-console
40 node, property