paf31 / purescript-yargs

PureScript bindings for the yargs command-line parsing library
MIT License
17 stars 12 forks source link

'yargs' dependency is not specified #4

Closed ThomasCrevoisier closed 8 years ago

ThomasCrevoisier commented 9 years ago

In the file Node/Yargs.js there is a require('yargs'). I assume that it's this yargs package from NPM.

It isn't specified anywhere, so it isn't installed and my program fails at runtime (or when I want to make a bundle via pulp and browserify) ^^

paf31 commented 9 years ago

Yes, it needs to be installed using npm. Maybe I should switch to npm for Travis builds too.