mbolotov / intellij-cypress

IntelliJ-Cypress plugin: https://plugins.jetbrains.com/plugin/13819-intellij-cypress Pro version: https://plugins.jetbrains.com/plugin/13987-cypress-support-pro
MIT License
35 stars 5 forks source link

Does not work with node runner in WSL2 #82

Closed squareloop1 closed 1 year ago

squareloop1 commented 2 years ago

This plugin does not seem to work when using node.js inside WSL2. When trying to run a test from the IDE it is throwing an error complaining it cannot find the npm executable even though it exists (and is working correctly with IDE and other plugins):

Specify a correct path to an npm or yarn package: no such directory "\home\user\.nvm\versions\node\v16.13.2\bin\npm"

Maybe related to https://github.com/mbolotov/intellij-cypress/issues/43

mbolotov commented 1 year ago

fixed in 3.4 version