node.js - Zombiejs not installing -


i've followed instructions @ zombie.js.org install ( npm install zombie --save-dev ). have installed io.js requirement of zombie. when check it's there running file consisting of

const browser = require(zombie); 

i error stating

referenceerror: zombie not defined     @ object.<anonymous> (/home/martin/zombie/1.js:1:87)     @ module._compile (module.js:410:26) 

ive used used npm make sure it's correct version of node/iojs. i'm linux newbie may overlooking obvious. appreciated.


Comments

Popular posts from this blog

node.js - Using Node without global install -

How to access a php class file from PHPFox framework into javascript code written in simple HTML file? -

java - Null response to php query in android, even though php works properly -