Last active
August 29, 2015 14:00
-
-
Save topherfangio/a89f123f601983f321e7 to your computer and use it in GitHub Desktop.
SproutCore Node Build Tools - Error on Windows7
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sproutcore NodeJS BuildTools v0.0.1 | |
Adding app todos_one | |
Adding app todos_two | |
Adding app todos_three | |
Starting development server... | |
Server started on http://localhost:4020 | |
module.js:356 | |
Module._extensions[extension](this, filename); | |
^ | |
Error: %1 is not a valid Win32 application. | |
C:\Users\Topher\Documents\Development\getting-started\node_modules\sproutcore\no | |
de_modules\canvas\build\Release\canvas.node | |
at Module.load (module.js:356:32) | |
at Function.Module._load (module.js:312:12) | |
at Module.require (module.js:364:17) | |
at require (module.js:380:17) | |
at Object.<anonymous> (C:\Users\Topher\Documents\Development\getting-started | |
\node_modules\sproutcore\node_modules\canvas\lib\bindings.js:9:20) | |
at Module._compile (module.js:456:26) | |
at Object.Module._extensions..js (module.js:474:10) | |
at Module.load (module.js:356:32) | |
at Function.Module._load (module.js:312:12) | |
at Module.require (module.js:364:17) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "canvas", | |
"description": "Canvas graphics API backed by Cairo", | |
"version": "0.13.1", | |
"author": { | |
"name": "TJ Holowaychuk", | |
"email": "[email protected]" | |
}, | |
"keywords": [ | |
"canvas", | |
"graphic", | |
"graphics", | |
"pixman", | |
"cairo", | |
"image", | |
"images", | |
"pdf" | |
], | |
"homepage": "https://github.com/learnboost/node-canvas", | |
"repository": { | |
"type": "git", | |
"url": "git://github.com/learnboost/node-canvas" | |
}, | |
"scripts": { | |
"test": "make test" | |
}, | |
"devDependencies": { | |
"express": ">= 2.3.7 && < 3.0.0", | |
"jade": "0.11.0", | |
"mocha": "*", | |
"should": "*" | |
}, | |
"engines": { | |
"node": ">= 0.4.0" | |
}, | |
"main": "./lib/canvas.js", | |
"readme": "This repo is a binary package for node-canvas. It contains both the Win32 and Darwin binaries for node-canvas.\r\n", | |
"readmeFilename": "README", | |
"bugs": { | |
"url": "https://github.com/learnboost/node-canvas/issues" | |
}, | |
"_id": "[email protected]", | |
"dist": { | |
"shasum": "abb755bad69fcacd598cdf2f7bf622b992081c52" | |
}, | |
"_resolved": "git://github.com/mauritslamers/node-canvas-bin.git#ef99bc7cbeabbfaa692ede6320101a12b167f83f", | |
"_from": "canvas@git://github.com/mauritslamers/node-canvas-bin.git#node-v0.10" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment