Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build error #65

Open
0x00trust opened this issue May 18, 2022 · 5 comments
Open

Build error #65

0x00trust opened this issue May 18, 2022 · 5 comments

Comments

@0x00trust
Copy link

0x00trust commented May 18, 2022

nvm install 12
npm install --global yarn
npm install -g @vue/cli

yarn install
yarn run build
npm install -g serve
serve -s dist

@0x00trust
Copy link
Author

Build for fun cannot use

@denuoweb
Copy link

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

@NicoDFS
Copy link

NicoDFS commented Oct 1, 2022

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

@denuoweb
Copy link

denuoweb commented Oct 1, 2022

$ 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/

@NicoDFS
Copy link

NicoDFS commented Oct 2, 2022

@denuoweb thank you, I was using node v16

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants
@denuoweb @NicoDFS @0x00trust and others