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
I'm getting the following error when trying to install the Axway-CLI GitHub extension:
C:\WINDOWS\system32>axway pm install @axway/amplify-central-github-extension
AXWAY CLI, version 3.0.0
Copyright (c) 2018-2021, Axway, Inc. All Rights Reserved.
× Error: npm WARN using --force Recommended protections disabled. (code 1)
My Node.JS version: v12.13.0
My NPM version: 7.21.0
When trying to install the package directly I'm getting:
C:\temp\github-ext>npm install @axway/amplify-central-bitbucket-extension
npm WARN deprecated har-validator@5.1.5: this library is no longer supported
npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.
npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
npm ERR! code 1
npm ERR! path C:\temp\github-ext\node_modules\@axway\amplify-central-bitbucket-extension
npm ERR! command failed
npm ERR! command C:\WINDOWS\system32\cmd.exe /d /s /c npm i --only=dev --ignore-scripts && npm run build && node ./postinstall.js
npm ERR! added 554 packages, and audited 555 packages in 26s
npm ERR!
npm ERR! 77 packages are looking for funding
npm ERR! run `npm fund` for details
npm ERR!
npm ERR! 12 moderate severity vulnerabilities
npm ERR!
npm ERR! To address issues that do not require attention, run:
npm ERR! npm audit fix
npm ERR!
npm ERR! To address all issues (including breaking changes), run:
npm ERR! npm audit fix --force
npm ERR!
npm ERR! Run `npm audit` for details.
npm ERR!
npm ERR! > @axway/amplify-central-bitbucket-extension@1.0.1 build
npm ERR! > yarn tsc && yarn copy:assets
npm ERR! npm WARN invalid config only="dev" set in command line options
npm ERR! npm WARN invalid config Must be one of: null, prod, production
npm ERR! npm WARN deprecated har-validator@5.1.5: this library is no longer supported
npm ERR! npm WARN deprecated debug@3.2.6: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
npm ERR! npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.
npm ERR! npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.
npm ERR! npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
npm ERR! Der Befehl "yarn" ist entweder falsch geschrieben oder
npm ERR! konnte nicht gefunden werden.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\cwiechmann\AppData\Local\npm-cache\_logs\2021-10-19T10_08_15_414Z-debug.log
The text was updated successfully, but these errors were encountered:
I'm getting the following error when trying to install the Axway-CLI GitHub extension:
My Node.JS version: v12.13.0
My NPM version: 7.21.0
When trying to install the package directly I'm getting:
The text was updated successfully, but these errors were encountered: