Hey everyone I’m facing this issue while creating new angular app for college assignments.
issue :
npm warn deprecated [email protected]: This package is no longer supported. Please use @npmcli/package-json instead.
changed 237 packages in 39s
44 packages are looking for funding
run `npm fund` for details
Steps I have Taken :
- I reinstall the node to the latest version. current node version – v20.13.1
- Updated the package.json using –
npm install --save @npmcli/package-json
- Tried to switch the project working directory.
- I restarted the pc multiple time . ????
Suggest me some solutions over how can I resolve this issue. Also suggest any other ways to create the angular app except angular-cli.
New contributor
Sandesh Pawar is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.