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

Windows development issues #7849

Closed
alisd23 opened this issue Oct 3, 2016 · 1 comment
Closed

Windows development issues #7849

alisd23 opened this issue Oct 3, 2016 · 1 comment

Comments

@alisd23
Copy link

alisd23 commented Oct 3, 2016

Having issues developing on windows (7) on a fresh install (master).

Running npm test causes all 118 test suites to fail with the error:

image

Changing testRegex in the package.json from/tests/to justtests` seems to fix those issues, because the last character is an escape character, it's invalid regex.

There is another regex error though:

image

Not sure where that regex comes from though...

There is also a 3rd error

image

which just looks like a unix -> git bash crossover issue. Possibly another escape character issue.

Does anyone run on windows and had similar issues?

@gaearon
Copy link
Collaborator

gaearon commented Oct 4, 2017

We're tracking Windows fixes for the build system in #9540, let's just make sure we fix tests there too.

@gaearon gaearon closed this as completed Oct 4, 2017
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

2 participants