Skip to content

Instantly share code, notes, and snippets.

@emilfolino
Created February 19, 2018 08:24
Show Gist options
  • Save emilfolino/8b29f5789847fa94d2c6dd4c5bb17711 to your computer and use it in GitHub Desktop.
Save emilfolino/8b29f5789847fa94d2c6dd4c5bb17711 to your computer and use it in GitHub Desktop.
Felmeddelanden studserver
Får massa såna här när jag kör npm install, för olika packet.
npm WARN tar ENOENT: no such file or directory, lstat '/home/saxon/teachers/dipt/efostud/git/order_api/node_modules/.staging/nyc-364d72b2/node_modules/yargs'
Sen får jag ett fel till slut:
npm ERR! path /home/saxon/teachers/dipt/efostud/git/order_api/node_modules/.staging/nyc-364d72b2/node_modules/yallist
npm ERR! code ENOENT
npm ERR! errno -2
npm ERR! syscall rename
npm ERR! enoent ENOENT: no such file or directory, rename '/home/saxon/teachers/dipt/efostud/git/order_api/node_modules/.staging/nyc-364d72b2/node_modules/yallist' -> '/home/saxon/teachers/dipt/efostud/git/order_api/node_modules/.staging/yallist-410fd7b0'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent
npm ERR! A complete log of this run can be found in:
npm ERR! /home/saxon/teachers/dipt/efostud/.npm/_logs/2018-02-19T08_20_54_382Z-debug.log
@emilfolino
Copy link
Author

7446 verbose stack Error: ENOENT: no such file or directory, rename '/home/saxon/teachers/dipt/efostud/git/order_api/node_modules/.staging/sqlite3-ab51cdcc/node_modules/wrappy' -> '/home/saxon/teachers/dipt/efostud/git/order_api/node_modules/.staging/wrappy-ce2d9614'
7447 verbose cwd /home/saxon/teachers/dipt/efostud/git/order_api
7448 verbose Linux 4.9.0-5-686-pae
7449 verbose argv "/usr/bin/node" "/usr/bin/npm" "install"
7450 verbose node v8.9.4
7451 verbose npm v5.6.0
7452 error path /home/saxon/teachers/dipt/efostud/git/order_api/node_modules/.staging/sqlite3-ab51cdcc/node_modules/wrappy
7453 error code ENOENT
7454 error errno -2
7455 error syscall rename
7456 error enoent ENOENT: no such file or directory, rename '/home/saxon/teachers/dipt/efostud/git/order_api/node_modules/.staging/sqlite3-ab51cdcc/node_modules/wrappy' -> '/home/saxon/teachers/dipt/efostud/git/order_api/node_modules/.staging/wrappy-ce2d9614'
7457 error enoent This is related to npm not being able to find a file.
7458 verbose exit [ -2, true ]

Sista raderna från error_logen

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment