Hello
I am trying to install the bitcoin.com wallet.
I downloaded the wallet.
I also did the below:
Desktop (Linux, macOS, and Windows)
The desktop version of the Bitcoin.com wallet currently uses NW.js, an app runtime based on Chromium. To get started, first install NW.js on your system from the NW.js website.
When NW.js is installed, run the start:desktop npm package script.
npm run apply:bitcoin.com
npm run start:desktop
But when I run the commands I got the following:
npm ERR! missing script: apply:bitcoin.com
Anyone knows what I do wrong?
log:
4 verbose stack Error: missing script: apply:bitcoin.com
Thx