qtum-web-wallet icon indicating copy to clipboard operation
qtum-web-wallet copied to clipboard

Build error

Open 0x00trust opened this issue 2 years ago • 5 comments

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

0x00trust avatar May 18 '22 07:05 0x00trust

Build for fun cannot use

0x00trust avatar May 18 '22 07:05 0x00trust

I don't see any error listed... I was able to build it for fun and it worked for me.

denuoweb avatar Sep 20 '22 21:09 denuoweb

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

NicoDFS avatar Oct 01 '22 19:10 NicoDFS

$ 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 avatar Oct 01 '22 22:10 denuoweb

@denuoweb thank you, I was using node v16

NicoDFS avatar Oct 02 '22 00:10 NicoDFS