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
Post a Comment