Quantcast
Channel: JavaScriptMVC Forum
Viewing all articles
Browse latest Browse all 3491

can-compile on Windows 7 ... does it work for anyone?

$
0
0
followed all steps recommended here https://github.com/daffl/can-compile/issues/19 but still get errors on NPM install.  Running current node v0.10.28.

  1. C:\Windows\system32>npm install can-compile -g
  2. npm http GET https://registry.npmjs.org/can-compile
  3. npm http 200 https://registry.npmjs.org/can-compile
  4. npm http GET https://registry.npmjs.org/can-compile/-/can-compile-0.7.0.tgz
  5. npm http 200 https://registry.npmjs.org/can-compile/-/can-compile-0.7.0.tgz
  6. npm http GET https://registry.npmjs.org/glob-whatev
  7. npm http GET https://registry.npmjs.org/commander
  8. npm http GET https://registry.npmjs.org/handlebars
  9. npm http GET https://registry.npmjs.org/async
  10. npm http GET https://registry.npmjs.org/jsdom
  11. npm http 304 https://registry.npmjs.org/handlebars
  12. npm http 304 https://registry.npmjs.org/commander
  13. npm http 304 https://registry.npmjs.org/jsdom
  14. npm http 304 https://registry.npmjs.org/async
  15. npm http 304 https://registry.npmjs.org/glob-whatev
  16. npm http GET https://registry.npmjs.org/keypress
  17. npm http GET https://registry.npmjs.org/minimatch
  18. npm http 304 https://registry.npmjs.org/keypress
  19. npm http 304 https://registry.npmjs.org/minimatch
  20. npm http GET https://registry.npmjs.org/nwmatcher
  21. npm http GET https://registry.npmjs.org/htmlparser
  22. npm http GET https://registry.npmjs.org/request
  23. npm http GET https://registry.npmjs.org/cssstyle
  24. npm http GET https://registry.npmjs.org/contextify
  25. npm http GET https://registry.npmjs.org/optimist
  26. npm http GET https://registry.npmjs.org/uglify-js
  27. npm http GET https://registry.npmjs.org/cssom
  28. npm http GET https://registry.npmjs.org/lru-cache
  29. npm http GET https://registry.npmjs.org/sigmund
  30. npm http 304 https://registry.npmjs.org/request
  31. npm http 304 https://registry.npmjs.org/nwmatcher
  32. npm http 304 https://registry.npmjs.org/contextify
  33. npm http 304 https://registry.npmjs.org/htmlparser
  34. npm http 304 https://registry.npmjs.org/cssstyle
  35. npm http 304 https://registry.npmjs.org/cssom
  36. npm http 304 https://registry.npmjs.org/lru-cache
  37. npm http 304 https://registry.npmjs.org/optimist
  38. npm http 304 https://registry.npmjs.org/sigmund
  39. npm http 304 https://registry.npmjs.org/uglify-js
  40. npm http GET https://registry.npmjs.org/bindings
  41. npm http GET https://registry.npmjs.org/nan
  42. npm http GET https://registry.npmjs.org/node-uuid
  43. npm http GET https://registry.npmjs.org/json-stringify-safe
  44. npm http 304 https://registry.npmjs.org/nan
  45. npm http GET https://registry.npmjs.org/mime
  46. npm http GET https://registry.npmjs.org/forever-agent
  47. npm http GET https://registry.npmjs.org/http-signature
  48. npm http GET https://registry.npmjs.org/aws-sign2
  49. npm http GET https://registry.npmjs.org/tunnel-agent
  50. npm http GET https://registry.npmjs.org/form-data
  51. npm http 304 https://registry.npmjs.org/bindings
  52. npm http GET https://registry.npmjs.org/oauth-sign
  53. npm http GET https://registry.npmjs.org/qs
  54. npm http 304 https://registry.npmjs.org/node-uuid
  55. npm http GET https://registry.npmjs.org/hawk
  56. npm http 304 https://registry.npmjs.org/http-signature
  57. npm http 304 https://registry.npmjs.org/aws-sign2
  58. npm http 304 https://registry.npmjs.org/mime
  59. npm http 304 https://registry.npmjs.org/tunnel-agent
  60. npm http 304 https://registry.npmjs.org/json-stringify-safe
  61. npm http GET https://registry.npmjs.org/tough-cookie
  62. npm http 304 https://registry.npmjs.org/forever-agent
  63. npm http 304 https://registry.npmjs.org/hawk
  64. npm http 304 https://registry.npmjs.org/form-data
  65. npm http 304 https://registry.npmjs.org/qs
  66. npm http GET https://registry.npmjs.org/wordwrap
  67. npm http 304 https://registry.npmjs.org/oauth-sign
  68. npm http 304 https://registry.npmjs.org/tough-cookie

  69. > contextify@0.1.8 install C:\Users\me\AppData\Roaming\npm\node_mod
  70. ules\can-compile\node_modules\jsdom\node_modules\contextify
  71. > node-gyp rebuild

  72. The system cannot find the path specified.

  73. C:\Users\me\AppData\Roaming\npm\node_modules\can-compile\node_modul
  74. es\jsdom\node_modules\contextify>node "C:\Program Files (x86)\nodejs\node_module
  75. s\npm\bin\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild
  76. The system cannot find the path specified.
  77. gyp: Call to 'node -e "require('nan')"' returned exit status 1. while trying to
  78. load binding.gyp
  79. gyp ERR! configure error
  80. gyp ERR! stack Error: `gyp` failed with exit code: 1
  81. gyp ERR! stack     at ChildProcess.onCpExit (C:\Program Files (x86)\nodejs\node_
  82. modules\npm\node_modules\node-gyp\lib\configure.js:340:16)
  83. gyp ERR! stack     at ChildProcess.EventEmitter.emit (events.js:98:17)
  84. gyp ERR! stack     at Process.ChildProcess._handle.onexit (child_process.js:807:
  85. 12)
  86. gyp ERR! System Windows_NT 6.1.7601
  87. gyp ERR! command "node" "C:\\Program Files (x86)\\nodejs\\node_modules\\npm\\nod
  88. e_modules\\node-gyp\\bin\\node-gyp.js" "rebuild"
  89. gyp ERR! cwd C:\Users\me\AppData\Roaming\npm\node_modules\can-compi
  90. le\node_modules\jsdom\node_modules\contextify
  91. gyp ERR! node -v v0.10.28
  92. gyp ERR! node-gyp -v v0.13.0
  93. gyp ERR! not ok
  94. npm http 304 https://registry.npmjs.org/wordwrap
  95. npm http GET https://registry.npmjs.org/source-map
  96. npm http GET https://registry.npmjs.org/combined-stream
  97. npm http 200 https://registry.npmjs.org/source-map
  98. npm http 304 https://registry.npmjs.org/combined-stream
  99. npm http GET https://registry.npmjs.org/source-map/-/source-map-0.1.34.tgz
  100. npm http 200 https://registry.npmjs.org/source-map/-/source-map-0.1.34.tgz
  101. npm http GET https://registry.npmjs.org/asn1
  102. npm http GET https://registry.npmjs.org/ctype
  103. npm http GET https://registry.npmjs.org/assert-plus
  104. npm http GET https://registry.npmjs.org/punycode
  105. npm http 304 https://registry.npmjs.org/punycode
  106. npm http 304 https://registry.npmjs.org/ctype
  107. npm http 304 https://registry.npmjs.org/asn1
  108. npm http 304 https://registry.npmjs.org/assert-plus
  109. npm http GET https://registry.npmjs.org/cryptiles
  110. npm http GET https://registry.npmjs.org/sntp
  111. npm http GET https://registry.npmjs.org/boom
  112. npm http GET https://registry.npmjs.org/hoek
  113. npm http 304 https://registry.npmjs.org/cryptiles
  114. npm http 304 https://registry.npmjs.org/boom
  115. npm http 304 https://registry.npmjs.org/sntp
  116. npm http 304 https://registry.npmjs.org/hoek
  117. npm http GET https://registry.npmjs.org/delayed-stream
  118. npm http 304 https://registry.npmjs.org/delayed-stream
  119. npm http GET https://registry.npmjs.org/amdefine
  120. npm http 304 https://registry.npmjs.org/amdefine
  121. npm ERR! contextify@0.1.8 install: `node-gyp rebuild`
  122. npm ERR! Exit status 1
  123. npm ERR!
  124. npm ERR! Failed at the contextify@0.1.8 install script.
  125. npm ERR! This is most likely a problem with the contextify package,
  126. npm ERR! not with npm itself.
  127. npm ERR! Tell the author that this fails on your system:
  128. npm ERR!     node-gyp rebuild
  129. npm ERR! You can get their info via:
  130. npm ERR!     npm owner ls contextify
  131. npm ERR! There is likely additional logging output above.

  132. npm ERR! System Windows_NT 6.1.7601
  133. npm ERR! command "C:\\Program Files (x86)\\nodejs\\\\node.exe" "C:\\Program File
  134. s (x86)\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install" "can-compile" "-g
  135. "
  136. npm ERR! cwd C:\Windows\system32
  137. npm ERR! node -v v0.10.28
  138. npm ERR! npm -v 1.4.9
  139. npm ERR! code ELIFECYCLE
  140. npm ERR!
  141. npm ERR! Additional logging details can be found in:
  142. npm ERR!     C:\Windows\system32\npm-debug.log
  143. npm ERR! not ok code 0

  144. C:\Windows\system32>

Viewing all articles
Browse latest Browse all 3491

Trending Articles