Open mattsmith14 opened 2 years ago
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions and please check out this if you are wondering why we auto close issues.
I have fixed this in my own config by wrapping my command in a bash call: node /app/node_modules/puppeteer/install.js
-> bash -c "node /app/node_modules/puppeteer/install.js"
Setup
.lando.yml
Problem Description For the tooling entry for
node
you receive the following error when runninglando node
:I can drop into bash on the service running node and run
node
without an issue. Changing the tooling entry for node to use the commandnodejs
instead ofnode
also works fine.