Finally, I got this fixed by:
- Removing
node_modulesfolder - 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 updatenpm installAs 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.