Skip to content Skip to sidebar Skip to footer

Cant Get Casperjs To Work On Mac Osx

Tried almost everything, ending up with removing all npm&node (and node modules) and installing again. same results: CasperError: Can't find module fs phantomjs://code/bootstr

Solution 1:

Did you: var fs = require('fs'); ?

Are casperjs and phamtomjs installed globally ?

Post a Comment for "Cant Get Casperjs To Work On Mac Osx"