Hexman
Hexman
I put `"moment": "^2.29.4"` in `package.json -> 'devDependencies': { }` and it worked. But I get a warning in the console: `Could not load content for https://momentjs.com/downloads/moment.min.js.map: HTTP error: status...
I have no idea, that's how npm chose to install them
> Try to move them in dependencies and check if problem is solved I put it in devDependencies but it doesn't work. I had the same problem with MomentJs. MomentJs...