[Bug]: NPM deprecation warnings when installing fresh #312
Labels
bug
Something isn't working
dependencies
Dependencies
devops
this is a devops related feature or issue or PR
hacktoberfest
The hacktoberfest label
help wanted
Extra attention is needed
high-complexity
This issue is an advanced complexity issue
high-priority
infrastructure
medium-complexity
This issue is medium complexity
question
Further information is requested
Milestone
Describe the Bug
Today Oct 18th 2023, I did a clean installing the 3 sets of packages, client, e2e and server using npm install wherever a package.json exists on a new development VM I created shows some deprecated dependencies.
In /server I get:
In /client I get:
There were no issues installing e2e packages.
I think these are the dependencies of our packages, internal to the npm installs so they reside in node_modules folder(s). On another note, the app runs just fine the way it is. Mind you, I have had issues with svgo in the past, hence the svgo config file in the project root.
Steps to Reproduce
I would say you might make or use a ~/tmp directory, clone or fork the project to it and clean install all 3 sets of packages from /server, /client and /server and see if theres any npm warnings for deprecated packages.
Screenshots
No response
Which device are you using?
Hewlett Packard Enterprise DL360 G7 Server
Which operating system are you using?
Debian 12 VM on VirtualBox
Which browser are you using?
Firefox 118
Additional Context
Not sure how to fix these internal node_module issues with the deprecations.
Any one have any ideas?
Contribute
The text was updated successfully, but these errors were encountered: