laravel - How to change Yarn default packages directory? -


when yarn used install dependencies, puts them in node-modules directory default.

how can change i.e laravel resources folder?
.bowerrc used bower set "directory": "resources/assets"

yarn install --modules-folder ./resources

update: keep eye on this github issue feature not quite stable.


Comments

Popular posts from this blog

sql - can we replace full join with union of left and right join? why not? -

javascript - Parallax scrolling and fixed footer code causing width issues -

iOS: Performance of reloading UIImage(name:...) -