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 seem to find framework when code is on a windows network share #138

Open
togakangaroo opened this issue Oct 5, 2016 · 1 comment

Comments

@togakangaroo
Copy link

I'm running windows VM on a Mac via parallels with my code located on the mac itself. Parallels links this into the VM via a network drive. Within the VM I seem unable to get karma-jasmine to run. I get the following log message.

cannot find jasmine

That file and path definitely exist - I can type it into the console and there it is. Something is resolving wrong within node.

@togakangaroo
Copy link
Author

Workaround: delete node_modules and do npm install from the osx side. You can run karma form osx. Of course this breaks many npm on the windows side so if you need to run it as part of a built script or tooling for example you have to delete node_modules again and npm install in windows.

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

No branches or pull requests

2 participants