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.

 

 

0
5 comments

Hi Matthew,

Thank you for your report. Could you please share additional details with our team for further investigation?

  1. You mentioned it worked before. Have you noticed the timeframe when the functionality stopped working for you? Perhaps you performed some changes to the run configuration or updated the IDE at that time.
  2. Please share the screenshots of the configuration you tried to apply so we could test this on our end as well.
  3. Please share IDE logs (Help | Collect Logs and Diagnostic Data) with our team as well. You can safely upload them here https://uploads.jetbrains.com/ . Once done, please share the upload ID so we could check those on our end.
0

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)

0
Hi,

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.
0

Hi, that did indeed solve it in my case - thank you!

0

Better Direnv was the cause of this issue for me, as well. Thank you Lejia!

0

Please sign in to leave a comment.