You're encountering a symlink error when trying to install the Gadget client package in your extension directory. This is a common issue when working with Gadget's local development setup.
The problem is that you're trying to install @gadget-client/<my-app> directly in your extension directory, but this package is designed to be linked from the .gadget/client directory in your project root.
You're encountering a symlink error when trying to install the Gadget client package in your extension directory. This is a common issue when working with Gadget's local development setup.
The problem is that you're trying to install @gadget-client/<my-app> directly in your extension directory, but this package is designed to be linked from the .gadget/client directory in your project root.