Розмір відео: 1280 X 720853 X 480640 X 360
Показувати елементи керування програвачем
Автоматичне відтворення
Автоповтор
Is there a way to avoid global installs? Just in the project for instance.
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.
Is there a way to avoid global installs? Just in the project for instance.
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.