qtum-web-wallet
qtum-web-wallet copied to clipboard
Build error
nvm install 12 npm install --global yarn npm install -g @vue/cli
yarn install yarn run build npm install -g serve serve -s dist
- Local: http://localhost:3000
Build for fun cannot use
I don't see any error listed... I was able to build it for fun and it worked for me.
I don't see any error listed... I was able to build it for fun and it worked for me.
what node version are you using, I keep getting an error about "Something went wrong installing the "sharp" module" I've tried multiple times on multiple PC's and 1 server sometimes it will build sometimes it wont, this has been my experiance with most of the repos in the qtum project, incomplete instructions or outdated packages. So if you dont mind can you post here what steps you took to get it to run properly
$ nvm i 12
$ git clone
$ npm install && npm audit fix && npm run build --fix && sudo rm -rf /var/www/html/wallet/css/ && sudo rm -rf /var/www/html/wallet/js/ && sudo rm -rf /var/www/html/wallet/index.html && sudo rm -rf /var/www/html/wallet/fonts/ && sudo mv dist/* /var/www/html/wallet/
@denuoweb thank you, I was using node v16