-
Notifications
You must be signed in to change notification settings - Fork 106
Open
Description
cloned ok to my PC, but got many warnings on npm install (worrying to newbie like me) as below (incl 6 high vulnerabilities)
also current versions are well outside the acceptable required versions
However the basic code runs OK (even if I ran the npm audit fix), but the npm audit fix --force was indeed breaking
using GitHub Desktop to revert all thosse changes (needed another npm install) repaired it all
My complaint is that this legacy template is obviously ancient
MS please refresh it as per all the modernize urging being spouted. TIA
C:\dev\swa\my-static-web-app\angular-app>npm install
npm warn EBADENGINE Unsupported engine {
npm warn EBADENGINE package: '[email protected]',
npm warn EBADENGINE required: { npm: '>=8.0.0 <9.0.0', node: '>=16.0.0 <17.0.0' },
npm warn EBADENGINE current: { node: 'v22.14.0', npm: '11.6.0' }
npm warn EBADENGINE }
npm warn deprecated [email protected]: This package is no longer supported. Please use @npmcli/package-json instead.
npm warn deprecated @npmcli/[email protected]: This functionality has been moved to @npmcli/fs
npm warn deprecated @babel/[email protected]: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-unicode-property-regex instead.
npm warn deprecated [email protected]: This package is no longer supported.
npm warn deprecated [email protected]: Glob versions prior to v9 are no longer supported
npm warn deprecated [email protected]: Use your platform's native atob() and btoa() methods instead
npm warn deprecated @babel/[email protected]: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-async-generator-functions instead.
npm warn deprecated [email protected]: This package is no longer supported.
npm warn deprecated [email protected]: Use your platform's native DOMException instead
npm warn deprecated [email protected]: Use your platform's native performance.now() and performance.timeOrigin.
npm warn deprecated [email protected]: This package is no longer supported.
npm warn deprecated @wessberg/[email protected]: this package has been renamed to ts-evaluator. Please install ts-evaluator instead
added 315 packages, removed 384 packages, changed 358 packages, and audited 1102 packages in 2m
121 packages are looking for funding
run `npm fund` for details
31 vulnerabilities (12 low, 12 moderate, 6 high, 1 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
Metadata
Metadata
Assignees
Labels
No labels