Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2017
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.42 KB | None | 0 0
  1. 0 info it worked if it ends with ok
  2. 1 verbose cli [ '/home/daniel-ag/bin/node/bin/node',
  3. 1 verbose cli '/home/daniel-ag/bin/node/bin/npm',
  4. 1 verbose cli 'install' ]
  5. 2 info using npm@4.1.1
  6. 3 info using node@v6.9.4
  7. 4 silly loadCurrentTree Starting
  8. 5 silly install loadCurrentTree
  9. 6 silly install readLocalPackageData
  10. 7 silly install normalizeTree
  11. 8 silly loadCurrentTree Finishing
  12. 9 silly loadIdealTree Starting
  13. 10 silly install loadIdealTree
  14. 11 silly cloneCurrentTree Starting
  15. 12 silly install cloneCurrentTreeToIdealTree
  16. 13 silly cloneCurrentTree Finishing
  17. 14 silly loadShrinkwrap Starting
  18. 15 silly install loadShrinkwrap
  19. 16 silly loadShrinkwrap Finishing
  20. 17 silly loadAllDepsIntoIdealTree Starting
  21. 18 silly install loadAllDepsIntoIdealTree
  22. 19 silly fetchDirectoryPackageData b
  23. 20 silly resolveWithNewModule b@0.0.1 checking installable status
  24. 21 silly cache add args [ 'b@file:../../b', null ]
  25. 22 verbose cache add spec b@file:../../b
  26. 23 silly cache add parsed spec Result {
  27. 23 silly cache add raw: 'b@file:../../b',
  28. 23 silly cache add scope: null,
  29. 23 silly cache add escapedName: 'b',
  30. 23 silly cache add name: 'b',
  31. 23 silly cache add rawSpec: 'file:../../b',
  32. 23 silly cache add spec: '/home/daniel-ag/Test/npm-bug-depending-on-local-shrinkwrapped-package/b',
  33. 23 silly cache add type: 'directory' }
  34. 24 verbose addLocalDirectory /home/daniel-ag/.npm/b/0.0.1/package.tgz not in flight; packing
  35. 25 verbose correctMkdir /home/daniel-ag/.npm correctMkdir not in flight; initializing
  36. 26 info lifecycle b@0.0.1~prepublish: b@0.0.1
  37. 27 warn lifecycle The node binary used for scripts is /home/daniel-ag/bin/node but npm is using /home/daniel-ag/bin/node/bin/node itself. Use the `--scripts-prepend-node-path` option to include the path for the node binary npm was executed with.
  38. 28 silly lifecycle b@0.0.1~prepublish: no script for prepublish, continuing
  39. 29 info lifecycle b@0.0.1~prepare: b@0.0.1
  40. 30 silly lifecycle b@0.0.1~prepare: no script for prepare, continuing
  41. 31 verbose tar pack [ '/home/daniel-ag/.npm/b/0.0.1/package.tgz',
  42. 31 verbose tar pack '/home/daniel-ag/Test/npm-bug-depending-on-local-shrinkwrapped-package/b' ]
  43. 32 verbose tarball /home/daniel-ag/.npm/b/0.0.1/package.tgz
  44. 33 verbose folder /home/daniel-ag/Test/npm-bug-depending-on-local-shrinkwrapped-package/b
  45. 34 verbose addLocalTarball adding from inside cache /home/daniel-ag/.npm/b/0.0.1/package.tgz
  46. 35 verbose correctMkdir /home/daniel-ag/.npm correctMkdir not in flight; initializing
  47. 36 silly cache afterAdd b@0.0.1
  48. 37 verbose afterAdd /home/daniel-ag/.npm/b/0.0.1/package/package.json not in flight; writing
  49. 38 verbose correctMkdir /home/daniel-ag/.npm correctMkdir not in flight; initializing
  50. 39 verbose afterAdd /home/daniel-ag/.npm/b/0.0.1/package/package.json written
  51. 40 silly addShrinkwrap Found shrinkwrap in b package/npm-shrinkwrap.json
  52. 41 silly addShrinkwrap Completed reading shrinkwrap in b
  53. 42 silly fetchOtherPackageData a@file:../a
  54. 43 silly cache add args [ 'a@file:../a', null ]
  55. 44 verbose cache add spec a@file:../a
  56. 45 silly cache add parsed spec Result {
  57. 45 silly cache add raw: 'a@file:../a',
  58. 45 silly cache add scope: null,
  59. 45 silly cache add escapedName: 'a',
  60. 45 silly cache add name: 'a',
  61. 45 silly cache add rawSpec: 'file:../a',
  62. 45 silly cache add spec: '/home/daniel-ag/Test/npm-bug-depending-on-local-shrinkwrapped-package/others/c/node_modules/a',
  63. 45 silly cache add type: 'local' }
  64. 46 error addLocal Could not install /home/daniel-ag/Test/npm-bug-depending-on-local-shrinkwrapped-package/others/c/node_modules/a
  65. 47 silly fetchPackageMetaData Error: ENOENT: no such file or directory, open '/home/daniel-ag/Test/npm-bug-depending-on-local-shrinkwrapped-package/others/c/node_modules/a'
  66. 47 silly fetchPackageMetaData at Error (native)
  67. 47 silly fetchPackageMetaData error for a@file:../a { Error: ENOENT: no such file or directory, open '/home/daniel-ag/Test/npm-bug-depending-on-local-shrinkwrapped-package/others/c/node_modules/a'
  68. 47 silly fetchPackageMetaData at Error (native)
  69. 47 silly fetchPackageMetaData errno: -2,
  70. 47 silly fetchPackageMetaData code: 'ENOENT',
  71. 47 silly fetchPackageMetaData syscall: 'open',
  72. 47 silly fetchPackageMetaData path: '/home/daniel-ag/Test/npm-bug-depending-on-local-shrinkwrapped-package/others/c/node_modules/a' }
  73. 48 silly rollbackFailedOptional Starting
  74. 49 silly rollbackFailedOptional Finishing
  75. 50 silly runTopLevelLifecycles Finishing
  76. 51 silly install printInstalled
  77. 52 verbose stack Error: ENOENT: no such file or directory, open '/home/daniel-ag/Test/npm-bug-depending-on-local-shrinkwrapped-package/others/c/node_modules/a'
  78. 52 verbose stack at Error (native)
  79. 53 verbose cwd /home/daniel-ag/Test/npm-bug-depending-on-local-shrinkwrapped-package/others/c
  80. 54 error Linux 3.13.0-107-generic
  81. 55 error argv "/home/daniel-ag/bin/node/bin/node" "/home/daniel-ag/bin/node/bin/npm" "install"
  82. 56 error node v6.9.4
  83. 57 error npm v4.1.1
  84. 58 error path /home/daniel-ag/Test/npm-bug-depending-on-local-shrinkwrapped-package/others/c/node_modules/a
  85. 59 error code ENOENT
  86. 60 error errno -2
  87. 61 error syscall open
  88. 62 error enoent ENOENT: no such file or directory, open '/home/daniel-ag/Test/npm-bug-depending-on-local-shrinkwrapped-package/others/c/node_modules/a'
  89. 63 error enoent ENOENT: no such file or directory, open '/home/daniel-ag/Test/npm-bug-depending-on-local-shrinkwrapped-package/others/c/node_modules/a'
  90. 63 error enoent This is most likely not a problem with npm itself
  91. 63 error enoent and is related to npm not being able to find a file.
  92. 64 verbose exit [ -2, true ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement