I am getting this error when I run the npm install command on my react.js web application. Can you please help solve this one?
Error – TypeError: Cannot read properties of undefined (reading ‘extraneous’)
I am getting this error when I run the npm install command on my react.js web application. Can you please help solve this one?
Error – TypeError: Cannot read properties of undefined (reading ‘extraneous’)
Delete package-lock.json and try again installing the node modules –
npm install
