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
npm does not support Node.js v10.17.0
You should probably upgrade to a newer version of node as we
can't make any promises that npm will work with this version.
You can find the latest version at https://nodejs.org/
/data/jenkins/workspace/oa-pc-dev/node_modules/npm/lib/npm.js:32
#unloaded = false
^
SyntaxError: Invalid or unexpected token
at Module._compile (internal/modules/cjs/loader.js:723:23)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
at Module.load (internal/modules/cjs/loader.js:653:32)
at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
at Function.Module._load (internal/modules/cjs/loader.js:585:3)
at Module.require (internal/modules/cjs/loader.js:692:17)
at require (internal/modules/cjs/helpers.js:25:18)
at module.exports (/data/jenkins/workspace/oa-pc-dev/node_modules/npm/lib/cli.js:22:15)
at Object. (/data/jenkins/workspace/oa-pc-dev/node_modules/npm/bin/npm-cli.js:2:25)
at Module._compile (internal/modules/cjs/loader.js:778:30)
Steps to Reproduce
any node 10.x can reproduce
npm list npm
Environment
OS: all system
Settings
The text was updated successfully, but these errors were encountered:
Description
npm in dependencies
https://github.com/beautify-web/js-beautify/blob/main/package.json#L56
Input
run any npm command
Expected Output
success
Actual Output
npm does not support Node.js v10.17.0
You should probably upgrade to a newer version of node as we
can't make any promises that npm will work with this version.
You can find the latest version at https://nodejs.org/
/data/jenkins/workspace/oa-pc-dev/node_modules/npm/lib/npm.js:32
#unloaded = false
^
SyntaxError: Invalid or unexpected token
at Module._compile (internal/modules/cjs/loader.js:723:23)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
at Module.load (internal/modules/cjs/loader.js:653:32)
at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
at Function.Module._load (internal/modules/cjs/loader.js:585:3)
at Module.require (internal/modules/cjs/loader.js:692:17)
at require (internal/modules/cjs/helpers.js:25:18)
at module.exports (/data/jenkins/workspace/oa-pc-dev/node_modules/npm/lib/cli.js:22:15)
at Object. (/data/jenkins/workspace/oa-pc-dev/node_modules/npm/bin/npm-cli.js:2:25)
at Module._compile (internal/modules/cjs/loader.js:778:30)
Steps to Reproduce
any node 10.x can reproduce
Environment
OS: all system
Settings
The text was updated successfully, but these errors were encountered: