You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've checked https://docs.lando.dev/guides/updating-plugins-v4.html, and it isn't obvious from here that the name in package.json should be the same as plugin.js|yaml|yml. Not doing so will crash the installation with:
[FAILED] The "paths[3]" argument must be of type string. Received undefined
I'm not sure this indented. It it is, it would be great to update the guide to include scopes in the examples, as there's (from my understanding) no way to publish a package (/plugin) without scope.
The text was updated successfully, but these errors were encountered:
Xilonz
changed the title
Plugins: Plugin name and Package name need to be equal (?)
Plugin name and Package name need to be equal (?)
Oct 28, 2024
I've checked https://docs.lando.dev/guides/updating-plugins-v4.html, and it isn't obvious from here that the
name
in package.json should be the same asplugin.js|yaml|yml
. Not doing so will crash the installation with:caused by https://github.com/lando/core/blob/main/utils/fetch-plugin.js#L19
I'm not sure this indented. It it is, it would be great to update the guide to include scopes in the examples, as there's (from my understanding) no way to publish a package (/plugin) without scope.
The text was updated successfully, but these errors were encountered: