Questions tagged [contextify]
19 questions
0
votes
2 answers
D3.js with Total.js/node.js
I have been trying to use total.js with D3 to create a tree visualization. I am unable to download D3. I do :
npm install D3
I get:
npm ERR! contextify@0.1.8 install: `node-gyp rebuild`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the…
0
votes
1 answer
Building contextify fails with error: field ‘time’ has incomplete type
Background: I'm using jquery to test JavaScript code (which is using jQuery objects) with nodeunit. For jquery I need jsdom to provide a window object. Building jsdom fails because it requires contextify, which does not build on 64-bit Debian. I…

Simon A. Eugster
- 4,114
- 4
- 36
- 31
0
votes
1 answer
Install contextify on Windows 7 Error: `gyp` failed with exit code: 2
This is what I got when running npm install contextify
npm http GET https://registry.npmjs.org/contextify
npm http 304 https://registry.npmjs.org/contextify
npm http GET https://registry.npmjs.org/bindings
npm http 304…

HP.
- 19,226
- 53
- 154
- 253
0
votes
1 answer
Assignments fail when running on Mac
I have a node.js project that runs fine on Pc and Linux however when running on a Mac (Mountain Lion) the jQuery module doesn't work. any assignment to a property of the window object is ignored.
That is
if(jQuery){
window.jQuery = jQuery;
…

Rune FS
- 21,497
- 7
- 62
- 96