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
Hi @bennyh960, what fixed it for me was to realize that the .bashrc I had outright checked for the shell being non-interactive and refused to do anything (which is a nonsense tbh). See the accepted answer here.
Afterwards, suddenly I didn't even have to explicitly source .bashrc; apparently that does happen either way.
EDIT: oh right, as for how this helps for Github Actions... I don't know, sorry. xD I use a VPS and Github Actions is only for starting the Ansible playbook. I don't know if it's possible to fool the terminal to think it's an interactive shell, or it's an option to change the .bashrc file manually. But at least it might give you an idea what to do with this fact.
fnm is installed in my EC2 instance . i try to deploy but it keep says
npm command not found
This is the run commands:
The text was updated successfully, but these errors were encountered: