Setting up Helix for Web Development

Поділитися
Вставка
  • Опубліковано 28 лис 2024

КОМЕНТАРІ • 2

  • @heshamayad396
    @heshamayad396 2 місяці тому

    Is there a way to avoid global installs? Just in the project for instance.

    • @Ansimorph
      @Ansimorph  2 місяці тому +1

      As long as the executables are in your PATH, any directory should work. So if you install in the project and add the respective »node_modules/.bin/« to the PATH this should work. You could use direnv to dynamically set the path for each project.