help prs, why do i get ENOENT on second downloadFile in downloadPlugin?

This commit is contained in:
Daniel Hübleitner
2019-08-01 16:56:53 +02:00
parent ea346fe0cb
commit 4edf6c1a7f
5 changed files with 388 additions and 74 deletions
+8 -5
View File
@@ -15,10 +15,6 @@
"author": "frontblock.me",
"license": "ISC",
"dependencies": {
"@types/angular": "^1.6.55",
"@types/express": "^4.17.0",
"@types/node": "^11.13.18",
"@types/webpack-env": "^1.14.0",
"@uirouter/angularjs": "^1.0.5",
"angular": "^1.7.8",
"bsert": "0.0.10",
@@ -28,10 +24,17 @@
"http": "0.0.0",
"key-file-storage": "^2.2.1",
"log4js": "^4.4.0",
"memfs": "^2.15.5",
"node-fetch": "^2.6.0",
"socket.io": "^2.2.0"
"socket.io": "^2.2.0",
"stream-buffers": "^3.0.2",
"unzip": "^0.1.11"
},
"devDependencies": {
"@types/express": "^4.17.0",
"@types/node": "^11.13.18",
"@types/semver": "^6.0.1",
"@types/webpack-env": "^1.14.0",
"@types/angular": "^1.6.27",
"@types/jest": "^24.0.15",
"autoprefixer": "^9.4.7",