next-drupal icon indicating copy to clipboard operation
next-drupal copied to clipboard

Fix "Missing version in workspace" warning

Open JohnAlbin opened this issue 2 years ago • 1 comments

I'm currently seeing the following when running many yarn commands:

warning Missing version in workspace at "/Users/johnalbin/Sites/projects/next-drupal/modules/next", ignoring

Unfortunately, this warning is output ALL THE TIME. For example:

  • When running yarn install
  • When trying to use shell autocomplet yarn workspace n[tab]

The autocomplete warning is particularly frustrating since the warning erases the command prompt I'm trying to autocomplete.

JohnAlbin avatar Oct 04 '23 10:10 JohnAlbin

This warning might go away without needing any fixes when we implement https://github.com/chapter-three/next-drupal/issues/534

JohnAlbin avatar Oct 04 '23 10:10 JohnAlbin