Skip to content
Snippets Groups Projects
Commit 9bb740f4 authored by François Grand's avatar François Grand
Browse files

fix: Electron installation error (cache path, package-lock)

refs #500
parent 12ff8050
No related branches found
No related tags found
1 merge request!155Resolve "Update to the last version of Angular"
Pipeline #139654 failed
......@@ -73,7 +73,8 @@ install:
- web
script:
- rm -rf node_modules
- npm ci --force --unsafe-perm
# force electron_config_cache environment variable to solve Election installation error
- electron_config_cache=/tmp npm ci --force --unsafe-perm
test:
stage: test
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment