wormhole-foundation / hello-wormhole

hello-wormhole
Other
76 stars 17 forks source link

wormhole-solidity-sdk missing dependency #17

Closed Adg0 closed 1 year ago

Adg0 commented 1 year ago

The command npm run build has dependency issue. wormhole-solidity-sdk is not installed by the command.

I had to add wormhole-solidity-sdk, manually from the repository into /lib/wormhole-solidity-sdk

image

barnjamin commented 1 year ago

I just tried from a fresh clone and this is working for me, have you made any changes locally? what version are you working with?

Adg0 commented 1 year ago

I'm on node v18.12.1 and npm 8.19.2

barnjamin commented 1 year ago

Sorry I mean what version of this repo? is it a fresh clone?

Adg0 commented 1 year ago

Oh I'm on version v1.1 update

When I was testing it today right before I opened this issue.

Adg0 commented 1 year ago

I think it was likely because of my git permissions on my drive