meshtastic / js

JS/TS library for interfacing with Meshtastic devices
https://meshtastic.org
GNU General Public License v3.0
65 stars 33 forks source link

Install issue #65

Closed quinm0 closed 7 months ago

quinm0 commented 1 year ago

While trying to run pnpm add @meshtastic/meshtasticjs I get the following error  ERR_PNPM_FETCH_404  GET https://registry.npmjs.org/@buf%2Fmeshtastic_protobufs.bufbuild_es: Not Found - 404

This issue seems to have been created in version 2.0.13-2? Not really sure what it's about.

beewyka819 commented 1 year ago

Try running pnpm config set @buf:registry https://buf.build/gen/npm/v1 first.

For some reason on windows I had to keep trying the above command quite a lot before it actually worked. WSL worked perfectly first try though. Maybe I was missing something but eventually got it to work.

sachaw commented 7 months ago

Instructions now in readme.