Automatically set up Node.js interpreter for ddev projects #155
Replies: 3 comments 10 replies
-
I know you know that DDEV already has node set up; what is it you'd like out of this plugin? https://ddev.readthedocs.io/en/latest/users/extend/customization-extendibility/#using-nodejs-with-ddev |
Beta Was this translation helpful? Give feedback.
-
Hey @mikesnoeren, Thanks for this suggestion, I really like the idea! The first Problem I do see is that PHPStorm / WebStorm does only support local and WSL installations of the node binary by default. The second problem you talked about with @rfay already. First we need to make sure the integration is working when manually configuring it. At least npm is detected in the right version, so that looks all good to me. I guess the problem is, that /usr/bin/ is not in the PATH of the ddev container for a non login shell that phpstorm is using or something like that. But entering the full path is no problem at all for the plugin. I will convert this to an issue so we can implement it. |
Beta Was this translation helpful? Give feedback.
-
It would be great if interpreters like Node.js automatically get set-up so we have tighter integration between PhpStorm and DDEV. Currently I still have to set this up manually (or, maybe I am doing something wrong?)
Beta Was this translation helpful? Give feedback.
All reactions