Skip to content

Instantly share code, notes, and snippets.

@topherfangio
Last active August 29, 2015 14:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save topherfangio/a89f123f601983f321e7 to your computer and use it in GitHub Desktop.
Save topherfangio/a89f123f601983f321e7 to your computer and use it in GitHub Desktop.
SproutCore Node Build Tools - Error on Windows7
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)
{
"name": "canvas",
"description": "Canvas graphics API backed by Cairo",
"version": "0.13.1",
"author": {
"name": "TJ Holowaychuk",
"email": "tj@learnboost.com"
},
"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": "canvas@0.13.1",
"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