I'm making an an angular app that uses cookies. I'm testing it locally, using angular2-cookie/core and everything seems to be working fine.
But when I try to publish it on AzureDevOps it breaks, with this error message:
ERROR in app/app.module.ts(50,39): Error during template compile of 'AppModule' Could not resolve angular2-cookie/core relative to /home/vsts/work/1/s/PictureLink.UI/ClientApp/src/app/app.module.ts.. src/app/app.module.ts(16,31): error TS2307: Cannot find module 'angular2-cookie/core'. [/home/vsts/work/1/s/PictureLink.UI/PictureLink.UI.csproj]
I am losing my damn mind. Why does it work fine here and not there? What can I even try to change?