wunderio / lando-drupal

0 stars 0 forks source link

Lando base file is missing node tooling #38

Open deiviic opened 9 months ago

deiviic commented 9 months ago

We should move away from using Node installed globally on the computer and use node service through Lando.

I propose adding Node tooling to the base file

  node:
    description: Runs node commands
    service: node
hkirsman commented 7 months ago

Some projects don't use node so that's why I've created this extension system. If you want to have node, you can add it

lando load-wunderio-lando-drupal-extensions node

This .lando.yml https://github.com/wunderio/lando-drupal/tree/main/extensions/node is then merged into your .lando.base.yml file.

Also in your local .lando.yml file you'll have the extension listed. It's all custom solution but seems to work fine.

@deiviic