Nothing happens after clicking Run or Debug
I have a run/debug configuration set up in GoLand to execute a script with `npm run`. It has worked in the past, but now when I have it selected, and click "run" or “debug”, nothing happens. Same result from the `package.json` file, when clicking the play-icon run button in the gutter next to the script. I've tried all of the “Repair IDE” steps, and have quit and relaunched GoLand several times.
Please sign in to leave a comment.
Hi Matthew,
Thank you for your report. Could you please share additional details with our team for further investigation?
Hi, a bit late to the party, but I'm seeing the same issue on my end, running Intellij Ultimate. No errors, no output, no started run in the run tab. Same goes when trying to debug.
The logs show nothing as far as I can tell, and other run configurations (including running jest tests) works.
Here's a screenshot of my run configuration:
Not much to it, it's using a valid node interpreter. Running `npm run start` from the command line works as expected.
I've collected and uploaded a logs bundle:
Upload id: 2024_10_01_QigkWceNwHobPxwSaKLqTz (file: idea-logs-20241001-2103216250176335307158715.zip)
It looks like the problem comes from Better Direnv plugin. Similar report: https://github.com/Fapiko/intellij-better-direnv/issues/35.
As a workaround, please disable the plugin and restart the IDE.
Hi, that did indeed solve it in my case - thank you!
Better Direnv was the cause of this issue for me, as well. Thank you Lejia!