Finally, I got this fixed by:
- Removing
node_modules
folder - Running
npm update
- Running
npm install
As far I understand, the npm update should have updated the package.json file, but all dependencies kept the same versions as we had it before.
Finally, I got this fixed by:
node_modules
foldernpm update
npm install
As far I understand, the npm update should have updated the package.json file, but all dependencies kept the same versions as we had it before.