urbit / bridge

An application for interacting with Azimuth.
MIT License
98 stars 25 forks source link

dev: can't install Bridge dependencies #1096

Closed yosoyubik closed 1 year ago

yosoyubik commented 1 year ago

Describe the bug

Can't install Bridge dependencies

To Reproduce Run npm i on a freshly cloned instance of the urbit repo (both on Mac and Ubuntu), using nvm 14.17.

I tried also removing package-lock.json to see if that was succesful but no luck.

Here's the extended output:

https://gist.github.com/yosoyubik/ff2647bafb944882c395694568938397

tomholford commented 1 year ago

@yosoyubik Thanks for flagging this issue. Just did a clean repo checkout + install on a Macbook Air M2 and it seems to be working as expected. Worth noting that I am using node 16.18.0. Can you give that a shot and report back?

For reference, here's the steps I followed (using nvm):

nvm install 16.18.0
nvm use 16.18.0
npm install -g truffle
npm install
npm run build
vvisigoth commented 1 year ago

@yosoyubik can I close this?

yosoyubik commented 1 year ago

Yes, this was an issue from a migration from another macbook