-
Notifications
You must be signed in to change notification settings - Fork 119
Open
Description
flatpak-builder version
1.4.4
Linux distribution and version
openSUSE Tumbleweed
Affected flatpak-builder tool
node/flatpak-node-generator.py
flatpak-builder tool cli args
--user --install --force-clean
Source repository URL
https://github.com/camunda/camunda-modeler
Flatpak-builder manifest URL
https://github.com/suntorytimed/flathub/tree/io.github.camunda.camunda-modeler
Description
Even though webpack-sources is part of the generated-sources.json and is in the cache the npm install --offline still fails with:
npm error code ENOTCACHED
npm error request to https://registry.npmjs.org/webpack-sources failed: cache mode is 'only-if-cached' but no cached response is available.
neil-morrison44