HuddleEng / PhantomFlow

Describe and visualise user flows through tests with PhantomJS
MIT License
682 stars 60 forks source link

connect dependency not found when installing from npm #27

Closed davidjnelson closed 8 years ago

davidjnelson commented 9 years ago

I was able to work around this by changing the line in tests.js to:

var connect = require( path.resolve( 'node_modules' ) + '/phantomflow/node_modules/connect');

jamescryer commented 9 years ago

This is odd, did your fix for https://github.com/Huddle/PhantomFlow/issues/26 resolve this issue as well?