You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updated dev dependencies see also https://github.com/digitalbitbox/bitbox-wallet-app#npm-dependencies
```
cd frontends/web
rm package-lock.json
rm -rf node_modules
npm i --ignore-scripts
```
Successfully tested the following on macOS:
```
make qt-osx
make webdev
make weblint
make webtest
```
0 commit comments