Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: duplicate v4-proto dep into devDep #245

Merged
merged 1 commit into from
Sep 18, 2024
Merged

fix: duplicate v4-proto dep into devDep #245

merged 1 commit into from
Sep 18, 2024

Conversation

moo-onthelawn
Copy link
Contributor

@moo-onthelawn moo-onthelawn commented Sep 18, 2024

Was running into an issue where everytime I tried to commit with an updated v4-clients, I got
Cannot find module '@dydxprotocol/v4-proto/...

Figured out from here that this is expected from moving proto into peerDependencies. Managed to get things working (using jeremy's nifty lil local install script) by duplicating into devDependencies which I think should be adequate (as opposed to moving it into dependencies but someone lmk if I'm wrong

@yogurtandjam
Copy link
Contributor

hmm i thought peerDependnecies also installed packages but looks like it doesnt 😢

@moo-onthelawn moo-onthelawn merged commit 660c306 into main Sep 18, 2024
9 checks passed
moo-onthelawn added a commit that referenced this pull request Sep 18, 2024
Forgot to update package lock 😢 sorry my bad in
#245. Minorly surprised
that nothing broke tho 🤔 Usually when I forget this in v4-web I think I
am prevented from pushing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants