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
Yes, this behavior used to work in the previous version
The previous version in which this bug was not present was
No response
Description
In one project new the angular 19 happen the warn:
C:\pr360-portal-test\pr360-test>npm install
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 rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported
npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported
Minimal Reproduction
The following step to step to happen the warn:
Delete el folder node_modules of project
Delete el file package-lock.json
run npm install
In the moment of installing show warn.
But, if i run npm install without delete node_modules and package-lock.json don't show anythin warn. Example:
C:\pr360-portal-test\pr360-test>npm install
up to date, audited 1038 packages in 3s
169 packages are looking for funding
run npm fund for details
found 0 vulnerabilities
Exception or Error
C:\pr360-portal-test\pr360-test>npm install
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 rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported
npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported
The project is absolutely new: ng new --ssr pr360-test
Only i create el project, not has install other packages.
After of intall packages. i review the file package-lock.json and i see that inflight@1.0.6, rimraf@3.0.2, glob@7.2.3 is in the dependencies that intall the comman npm install
The text was updated successfully, but these errors were encountered:
Command
update, config
Is this a regression?
The previous version in which this bug was not present was
No response
Description
In one project new the angular 19 happen the warn:
C:\pr360-portal-test\pr360-test>npm install
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 rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported
npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported
Minimal Reproduction
The following step to step to happen the warn:
But, if i run npm install without delete node_modules and package-lock.json don't show anythin warn. Example:
C:\pr360-portal-test\pr360-test>npm install
up to date, audited 1038 packages in 3s
169 packages are looking for funding
run
npm fund
for detailsfound 0 vulnerabilities
Exception or Error
Your Environment
Anything else relevant?
Note:
The project is absolutely new: ng new --ssr pr360-test
Only i create el project, not has install other packages.
After of intall packages. i review the file package-lock.json and i see that inflight@1.0.6, rimraf@3.0.2, glob@7.2.3 is in the dependencies that intall the comman npm install
The text was updated successfully, but these errors were encountered: