-
Notifications
You must be signed in to change notification settings - Fork 55
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
Comments
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. |
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 |
nvm install 12
npm install --global yarn
npm install -g @vue/cli
yarn install
yarn run build
npm install -g serve
serve -s dist
The text was updated successfully, but these errors were encountered: