geerlingguy / drupal-vm

A VM for Drupal development
https://www.drupalvm.com/
MIT License
1.37k stars 647 forks source link

Can't specify drupal ver #2194

Closed odeno1 closed 2 years ago

odeno1 commented 2 years ago

Issue Type

Your Environment

Vagrant 2.2.19 Ansible 2.9.27 VirtualBox 6.1.30 WSL

Your OS

Full console output

9.4.0-dev

Summary

Regardless of the setting in Major drupal ver, when create is true, the latest dev version is always installed. Isn't it possible to install the latest recommend ver or does it need to be downloaded manually and a local codebase used?

odeno1 commented 2 years ago

OK, properly configured the config.yml file to get the required ver. However, now I'm stuck on the symbolic link error below

cp: cannot create symbolic l ink '/var/www/drupalvm/drupal/./vendor/bin/composer': Protocol error"

It's worth noting I've been using drupalVM fine for a few years. Just a couple of days ago I also created a 9.4 site with no problems. The only difference that comes to mind is I (foolishly) attempted to upgrade to composer 2 and then downgraded again.

I've read various posts on the symbolic link error, but it has been working fine. Btw, I commented out NFS and use windows default FS which has
easily been good enough.