Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cannot find module 'path' #27

Open
dvjc opened this issue Jan 22, 2016 · 2 comments
Open

cannot find module 'path' #27

dvjc opened this issue Jan 22, 2016 · 2 comments

Comments

@dvjc
Copy link

dvjc commented Jan 22, 2016

I was able to spin up the example TestRunner and view the result in the browser.
However, when i tried using the CLI, I got:

"Error: Cannot find module 'path' "

The only usage of "path" is in the phantom-jasmine file itself
var path = require('path')

Not sure what it is looking for - but insufficient project documentation.

If anyone has a relevant comment, please lemme know.
However, I'm thinking of using Chutzpah (http://mmanela.github.io/chutzpah/) instead.

@dvjc
Copy link
Author

dvjc commented Jan 22, 2016

I'm thinking Chutpah is out - seems driven by .exe and I'm developing on a Linux Box.

@dvjc
Copy link
Author

dvjc commented Jan 26, 2016

i think it's using node because of the first line:
#!/usr/bin/env node

Which isn't documented - i'm trying not to install anything to get things working

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant