You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
That file and path definitely exist - I can type it into the console and there it is. Something is resolving wrong within node.
The text was updated successfully, but these errors were encountered:
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.
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.
That file and path definitely exist - I can type it into the console and there it is. Something is resolving wrong within node.
The text was updated successfully, but these errors were encountered: