Hey I’m hacking on the calendar app and wanted to change a dependency in package.json to a local path: "@nextcloud/calendar-js": "file:/home/onny/projects/calendar-js"
.
Now I get: Module not found: Error: Can't resolve '@nextcloud/calendar-js' in ...
.
I rerun npm ci
and also tried to add an resolve alias to the webpack config without any luck.
How do you configure local dependencies?