-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Can't run example/bundled browser version of cucumber js #251
Comments
Fix #252 Main problem - on windows paths need to be normalized - gherkin lexer files were not found |
I'm not sure I understand the problem here. You're trying to run the example webapp on Windows and there are issues with the module paths, is that correct? Can you try with the latest version of Cucumber.js and reopen this if it's still a problem? Thanks. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Tried to run example for browser
I do 'node example/server.js ' , it runs bundler
I open http://localhost:9797/ in browser
When i try to run examples from the page ( via Run feature )
Then i get "Cannot find module './gherkin/lexer/en'"
The text was updated successfully, but these errors were encountered: