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
Surya is currently unable to resolve dependencies located in directories other than 'node_modules'. This issue affects its compatibility with the 'soldeer' package manager and git submodules used by Foundry. As a result, Surya does not function properly in these environments.
Steps to Reproduce
Set up a project using the 'soldeer' package manager or git submodules.
Attempt to use Surya to resolve dependencies.
Observe that Surya fails to locate dependencies outside the 'node_modules' directory.
Expected Behavior:
Surya should be able to resolve dependencies regardless of their location, including those managed by 'soldeer' and git submodules.
The text was updated successfully, but these errors were encountered:
Description:
Surya is currently unable to resolve dependencies located in directories other than 'node_modules'. This issue affects its compatibility with the 'soldeer' package manager and git submodules used by Foundry. As a result, Surya does not function properly in these environments.
Steps to Reproduce
Expected Behavior:
Surya should be able to resolve dependencies regardless of their location, including those managed by 'soldeer' and git submodules.
The text was updated successfully, but these errors were encountered: