RallyApps / rally-app-builder

A Node.js command line utility for building apps using the Rally App SDK
MIT License
36 stars 50 forks source link

The app builder cannot be installed. #100

Open MR1031 opened 2 years ago

MR1031 commented 2 years ago

maybe the app builder is out of date. some warnings came up.

10 packages are looking for funding run npm fund for details

56 vulnerabilities (4 low, 14 moderate, 28 high, 10 critical)

To address issues that do not require attention, run: npm audit fix

To address all issues (including breaking changes), run: npm audit fix --force

Run npm audit for details.

C:\Users\503254506> npm audit fix --force npm WARN using --force Recommended protections disabled. npm WARN audit fix mime@1.2.7 node_modules/request/node_modules/mime npm WARN audit fix mime@1.2.7 is a bundled dependency of npm WARN audit fix mime@1.2.7 request@2.11.4 at node_modules/request npm WARN audit fix mime@1.2.7 It cannot be fixed automatically. npm WARN audit fix mime@1.2.7 Check for updates to the request package. npm WARN audit fix form-data@0.0.3 node_modules/request/node_modules/form-data npm WARN audit fix form-data@0.0.3 is a bundled dependency of npm WARN audit fix form-data@0.0.3 request@2.11.4 at node_modules/request npm WARN audit fix form-data@0.0.3 It cannot be fixed automatically. npm WARN audit fix form-data@0.0.3 Check for updates to the request package. npm WARN audit Updating rally-app-builder to 0.9.7,which is a SemVer major change. npm WARN deprecated request@2.11.4: request has been deprecated, see https://github.com/request/request/issues/3142 npm WARN deprecated request@2.11.4: request has been deprecated, see https://github.com/request/request/issues/3142 npm WARN deprecated cryptiles@2.0.5: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial). npm WARN deprecated minimatch@0.0.5: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue npm WARN deprecated sntp@1.0.9: This module moved to @hapi/sntp. Please make sure to switch over as this distribution is no longer supported and may contain bugs and critical security issues. npm WARN deprecated graceful-fs@1.1.14: please upgrade to graceful-fs 4 for compatibility with current and future versions of Node.js npm WARN deprecated graceful-fs@1.2.3: please upgrade to graceful-fs 4 for compatibility with current and future versions of Node.js npm WARN deprecated request@2.40.0: request has been deprecated, see https://github.com/request/request/issues/3142 npm WARN deprecated minimatch@0.3.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue npm WARN deprecated wrench@1.3.9: wrench.js is deprecated! You should check out fs-extra (https://github.com/jprichardson/node-fs-extra) for any operations you were using wrench for. Thanks for all the usage over the years. npm WARN deprecated minimatch@0.2.14: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue npm WARN deprecated boom@2.10.1: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial). npm WARN deprecated tough-cookie@2.2.2: ReDoS vulnerability parsing Set-Cookie https://nodesecurity.io/advisories/130 npm WARN deprecated node-uuid@1.4.8: Use uuid module instead npm WARN deprecated hoek@2.16.3: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial). npm WARN deprecated har-validator@2.0.6: this library is no longer supported npm WARN deprecated request@2.67.0: request has been deprecated, see https://github.com/request/request/issues/3142 npm WARN deprecated mkdirp@0.5.0: Legacy versions of mkdirp are no longer supported. Please update to mkdirp 1.x. (Note that the API surface has changed to use Promises in 1.x.) npm WARN deprecated coffee-script@1.3.3: CoffeeScript on NPM has moved to "coffeescript" (no hyphen) npm WARN deprecated coffee-script@1.4.0: CoffeeScript on NPM has moved to "coffeescript" (no hyphen) npm WARN deprecated hawk@3.1.3: This module moved to @hapi/hawk. Please make sure to switch over as this distribution is no longer supported and may contain bugs and critical security issues. npm ERR! code ERR_INVALID_ARG_TYPE npm ERR! The "from" argument must be of type string. Received undefined

npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\503254506\AppData\Local\npm-cache_logs\2022-03-14T21_58_20_424Z-debug-0.log

MR1031 commented 2 years ago

Is there anything I need to fix?