xmtp / xmtp-js-content-types

MIT License
8 stars 6 forks source link

Bug: fail to install package on local machine #6

Closed Esther-Guo closed 1 year ago

Esther-Guo commented 1 year ago

Describe the bug

I'm trying to run this code on my Mac so i can use my web3storage API key. But I failed to install this package by running npm install(got proxy error). Here's what I've tried so far:

All of the above approaches got me Module not found: Can't resolve 'xmtp-content-type-remote-attachment' error when i run npm run dev.

image

My node version is v18.11.0

Much appreciate if anyone could share how you successfully installed it.

Expected behavior

No response

Steps to reproduce the bug

No response

Esther-Guo commented 1 year ago

@nakajima Hi nakajima, would you help to look at this issue?

Esther-Guo commented 1 year ago

For anyone has the same trouble, try directly install the package via npm The error should be gone.