I was using gulp on the project, then i decide to deleted all the dev dependencies to switch to webpack, but every time i try to install using npm is get this error:
<
just delete package-lock.json file and then install packages, that's all you need and should be works
rm package-lock.json && npm i