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 encountered an issue while following the provided installation instructions for the Backpack project. The instructions mention running the command git submodule init && git submodule update && rm packages/trek-api-web-ts/yarn.lock but it seems that the trek-api-web-ts submodule is not present in the packages directory.
Steps to Reproduce:
Clone the repository: git clone [email protected]:coral-xyz/backpack.git
Navigate to the repository: cd backpack
Attempt to run the specified command: git submodule init && git submodule update && rm packages/trek-api-web-ts/yarn.lock
Expected Behavior:
The trek-api-web-ts submodule should be present in the packages directory, and the provided command should execute without errors.
Actual Behavior:
The trek-api-web-ts submodule is not found in the packages directory, leading to an error when running the specified command.
The text was updated successfully, but these errors were encountered:
I encountered an issue while following the provided installation instructions for the Backpack project. The instructions mention running the command
git submodule init && git submodule update && rm packages/trek-api-web-ts/yarn.lock
but it seems that thetrek-api-web-ts
submodule is not present in the packages directory.Steps to Reproduce:
Clone the repository:
git clone [email protected]:coral-xyz/backpack.git
Navigate to the repository:
cd backpack
Attempt to run the specified command:
git submodule init && git submodule update && rm packages/trek-api-web-ts/yarn.lock
Expected Behavior:
The
trek-api-web-ts
submodule should be present in the packages directory, and the provided command should execute without errors.Actual Behavior:
The
trek-api-web-ts submodule
is not found in the packages directory, leading to an error when running the specified command.The text was updated successfully, but these errors were encountered: