Advertisement
Guest User

Untitled

a guest
Jul 24th, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.20 KB | None | 0 0
  1. @c9w26341 MINGW64 ~/Desktop/project/csv-to-ngraph (master)
  2. $ npm start -- -i small.csv
  3.  
  4. > csv-to-ngraph@0.0.1 start C:\Users\$brpe001\Desktop\project\csv-to-ngraph
  5. > node index.js "-i" "small.csv"
  6.  
  7. 1640 total items in file
  8. beginning processing:
  9. C:\Users\$brpe001\Desktop\project\csv-to-ngraph\node_modules\ngraph.graph\index.js:255
  10. throw new Error('Invalid node identifier');
  11. ^
  12.  
  13. Error: Invalid node identifier
  14. at addNode (C:\Users\$brpe001\Desktop\project\csv-to-ngraph\node_modules\ngraph.graph\index.js:255:13)
  15. at Object.addLink (C:\Users\$brpe001\Desktop\project\csv-to-ngraph\node_modules\ngraph.graph\index.js:311:35)
  16. at C:\Users\$brpe001\Desktop\project\csv-to-ngraph\index.js:24:11
  17. at Array.forEach (native)
  18. at Object.<anonymous> (C:\Users\$brpe001\Desktop\project\csv-to-ngraph\index.js:22:6)
  19. at Module._compile (module.js:541:32)
  20. at Object.Module._extensions..js (module.js:550:10)
  21. at Module.load (module.js:458:32)
  22. at tryModuleLoad (module.js:417:12)
  23. at Function.Module._load (module.js:409:3)
  24.  
  25. npm ERR! Windows_NT 6.3.9600
  26. npm ERR! argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "start" "--" "-i" "small.csv"
  27. npm ERR! node v6.3.1
  28. npm ERR! npm v3.10.3
  29. npm ERR! code ELIFECYCLE
  30. npm ERR! csv-to-ngraph@0.0.1 start: `node index.js "-i" "small.csv"`
  31. npm ERR! Exit status 1
  32. npm ERR!
  33. npm ERR! Failed at the csv-to-ngraph@0.0.1 start script 'node index.js "-i" "small.csv"'.
  34. npm ERR! Make sure you have the latest version of node.js and npm installed.
  35. npm ERR! If you do, this is most likely a problem with the csv-to-ngraph package,
  36. npm ERR! not with npm itself.
  37. npm ERR! Tell the author that this fails on your system:
  38. npm ERR! node index.js "-i" "small.csv"
  39. npm ERR! You can get information on how to open an issue for this project with:
  40. npm ERR! npm bugs csv-to-ngraph
  41. npm ERR! Or if that isn't available, you can get their info via:
  42. npm ERR! npm owner ls csv-to-ngraph
  43. npm ERR! There is likely additional logging output above.
  44.  
  45. npm ERR! Please include the following file with any support request:
  46. npm ERR! C:\Users\$brpe001\Desktop\project\csv-to-ngraph\npm-debug.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement