-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Component/s: Forge - Command Line Interface (CLI)
-
Minor
-
Pre-deployment testing
-
M
Issue Summary
When installing Forge CLI with npm install -g @forge/cli many npm warnings are returned.
Steps to Reproduce
- Run npm install -g @forge/cli
Expected Results
Forge installs with no warnings.
Actual Results
The below exception is thrown in the console:
$ npm install -g @forge/cli
npm warn deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
npm warn deprecated gar@1.0.4: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.
npm warn deprecated lodash.pick@4.4.0: This package is deprecated. Use destructuring assignment syntax instead.
npm warn deprecated npmlog@4.1.2: This package is no longer supported.
npm warn deprecated lodash.isequal@4.5.0: This package is deprecated. Use require('node:util').isDeepStrictEqual instead.
npm warn deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported
npm warn deprecated are-we-there-yet@1.1.7: This package is no longer supported.
npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported
npm warn deprecated glob@8.1.0: Glob versions prior to v9 are no longer supported
npm warn deprecated gauge@2.7.4: This package is no longer supported.
npm warn deprecated memfs@3.6.0: this will be v4changed 892 packages in 22s151 packages are looking for funding
run `npm fund` for details
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available
- relates to
-
DEPLOY-359 Loading...