felixarntz / wordpressdev

WordPress core development environment based on Lando.
GNU General Public License v2.0
13 stars 0 forks source link

Add yarn #20

Closed westonruter closed 5 years ago

westonruter commented 5 years ago

Yarn is used instead of NPM on popular plugins like Jetpack and Yoast. It would be good to include as a tool for plugin development.

westonruter commented 5 years ago

I also had to install yaml with these changes for some reason. The yaml_parse_file() function was no longer available, which caused a problem in _wordpressdev_detect_core_path_relative() for my running from core-dev/src.