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

Can't run jasmin-node with node-parameters in windows. #399

Open
schorsch3000 opened this issue Jul 12, 2016 · 0 comments
Open

Can't run jasmin-node with node-parameters in windows. #399

schorsch3000 opened this issue Jul 12, 2016 · 0 comments

Comments

@schorsch3000
Copy link

Hi,
at first: i'm not quite sure if by bugreport belongs here, but maybe you can help me out to address it right.
i'Ve a project that needs to be run with --harmony-proxies,
therefore my tests need that parameter too.

On linux or osx im fine with

node --harmony-proxies node_modules/.bin/jasmine-node spec

on windows there is node_modules/.bin/jasmine-node.cmd
there is no way to give nodeparameter to it, nor can is call it with node.
what i do is:

node --harmony-proxies node_modules/jasmine-node/lib/jasmine-node/cli.js spec/

but that ignores the whole bin-thing, i need to fix that test-command if jasmine-node internally changes.

So, if that .cmd file is delivery from you, count this bug-report as a bug-report.
If not, who does creates this file, npm itself?

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