fix(unified-desktop-gui branch): initial installation on windows (#18247)

This commit is contained in:
userquin
2021-09-25 20:18:17 +02:00
committed by GitHub
parent cf05740557
commit 8614e97802
35 changed files with 182 additions and 64 deletions

View File

@@ -4,7 +4,7 @@
"private": true,
"main": "index.js",
"scripts": {
"clean-deps": "rm -rf node_modules",
"clean-deps": "rimraf node_modules",
"https": "node https.js",
"regenerate:certs": "cd ./test/helpers/certs && ./regenerate-certs.sh",
"start": "node index.js",
@@ -19,6 +19,7 @@
"fs-extra": "8.1.0",
"lodash": "4.17.21",
"node-forge": "0.10.0",
"rimraf": "3.0.2",
"semaphore": "1.1.0"
},
"devDependencies": {