One-com/livestyle

Throws when installing without installing react-tools

Closed this issue · 0 comments

npm install -g livestyle && livestyle:

✗ munter at Peters-MacBook-Air-4 in ~/assetgraph/assetgraph on master*
$ livestyle 
Serving static files from /Users/munter/assetgraph/assetgraph
Listening to http://0.0.0.0:3000/
module.js:327
    throw err;
    ^

Error: Cannot find module 'react-tools'
    at Function.Module._resolveFilename (module.js:325:15)
    at Function.Module._load (module.js:276:25)
    at Module.require (module.js:353:17)
    at require (internal/module.js:12:17)
    at Object.<anonymous> (/Users/munter/.nvm/versions/node/v4.4.4/lib/node_modules/livestyle/node_modules/express-jsxtransform/lib/jsxtransform.js:3:13)
    at Module._compile (module.js:409:26)
    at Object.Module._extensions..js (module.js:416:10)
    at Module.load (module.js:343:32)
    at Function.Module._load (module.js:300:12)
    at Module.require (module.js:353:17)
    at require (internal/module.js:12:17)