You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure if it matters, but I've even tried installing the node-canvas module (using npm install canvas -g):
npm http GET https://registry.npmjs.org/canvas
npm http 304 https://registry.npmjs.org/canvas
> canvas@0.10.3 preinstall C:\Users\Alix\AppData\Roaming\npm\node_modules\canvas
> node-waf configure build
'node-waf' is not recognized as an internal or external command,
operable program or batch file.
npm ERR! canvas@0.10.3 preinstall: `node-waf configure build`
npm ERR! `cmd "/c" "node-waf configure build"` failed with 1
npm ERR!
npm ERR! Failed at the canvas@0.10.3 preinstall script.
npm ERR! This is most likely a problem with the canvas package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node-waf configure build
npm ERR! You can get their info via:
npm ERR! npm owner ls canvas
npm ERR! There is likely additional logging output above.
npm ERR!
npm ERR! System Windows_NT 6.1.7601
npm ERR! command "C:\\Program Files\\nodejs\\\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install" "canvas" "-g"
npm ERR! cwd C:\xampp\htdocs\gaia\_\style
npm ERR! node -v v0.6.13
npm ERR! npm -v 1.1.9
npm ERR! code ELIFECYCLE
npm ERR! message canvas@0.10.3 preinstall: `node-waf configure build`
npm ERR! message `cmd "/c" "node-waf configure build"` failed with 1
npm ERR! errno {}
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! C:\xampp\htdocs\gaia\_\style\npm-debug.log
npm not ok
I'm running Stylus 0.24.0 and nib 0.3.2. Any pointers how I could get this to work?
The text was updated successfully, but these errors were encountered:
This is what I get after a call to
stylus -w ./gaia.styl
:This is the full
gaia\class\debug.styl
source code:Not sure if it matters, but I've even tried installing the
node-canvas
module (usingnpm install canvas -g
):I'm running Stylus 0.24.0 and nib 0.3.2. Any pointers how I could get this to work?
The text was updated successfully, but these errors were encountered: