mainigautam / instagram_backup_manager

This Is A Simple Web Based Application which makes your Instagram Backup Data readable to a great extent. Call it "Instagram Backup Manager" or "Instagram Backup Data Viewer"
MIT License
19 stars 4 forks source link

Problems with dependencies #1

Closed daniel-alomar closed 3 years ago

daniel-alomar commented 3 years ago

I am trying to run this utility (arch linux) but I get an dependency erronpm WARN igbm@1.0.0 No repository field.

audited 54 packages in 0.932s

3 packages are looking for funding run npm fund for details

found 0 vulnerabilities

igbm@1.0.0 dep /home/daniel/Desktop/IG/igbm concurrently "npm run server-dep " "npm run client-dep "

[1] [1] > igbm@1.0.0 client-dep /home/daniel/Desktop/IG/igbm [1] > cd client && npm install [1] [0] [0] > igbm@1.0.0 server-dep /home/daniel/Desktop/IG/igbm [0] > cd server && npm install [0] [0] npm WARN thenodeserver@1.0.0 No description [0] npm WARN thenodeserver@1.0.0 No repository field. [0] npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.1.3 (node_modules/fsevents): [0] npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"}) [0] [0] audited 173 packages in 1.429s [0] [0] 8 packages are looking for funding [0] run npm fund for details [0] [0] found 0 vulnerabilities [0] [0] npm run server-dep exited with code 0 [1] npm WARN tsutils@3.17.1 requires a peer of typescript@>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta but none is installed. You must install peer dependencies yourself. [1] npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.1.2 (node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"}) [1] npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.13 (node_modules/jest-haste-map/node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"}) [1] npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.13 (node_modules/webpack-dev-server/node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"}) [1] npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.13 (node_modules/watchpack-chokidar2/node_modules/fsevents): [1] npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"}) [1] [1] audited 1635 packages in 11.887s [1] [1] 66 packages are looking for funding [1] run npm fund for details [1] [1] found 1 high severity vulnerability [1] run npm audit fix to fix them, or npm audit for details [1] npm run client-dep exited with code 0

I have tried to install manually the typescript component

npm install typescript npm WARN igbm@1.0.0 No repository field.

3 packages are looking for funding run npm fund for details

found 0 vulnerabilities

But I get the same error..

mainigautam commented 3 years ago

Just installed and used Linux to test it again , and turns to work fine for me , but you can do a thing .

NOTE :first of all make sure that you have placed the backup files before performing any of the steps and according to folder tree. run npm install seperately in all the directories i.e igbm ,client and server . after successful install run npm start in server first and then in client first no need for it in igbm directory then