rchain-community / rvote

an voting dApp for RChain Coop governance
https://rv2020-beta.netlify.app/
Apache License 2.0
10 stars 6 forks source link

Ballot w abstain #95

Closed jimscarver closed 4 years ago

jimscarver commented 4 years ago

I don't see how to make this a draft pull request. I made the pull request to see if netify could build it.

(zulip-py3-venv) jim@DESKTOP-O6G6UAP:~/rv2020$ npm run build

> rv2020@0.4.0 build /home/jim/rv2020
> snowpack build --polyfill-node

[snowpack] ! building source…
[snowpack] ✔ build complete [0.03s]
[snowpack] ! installing dependencies…
[snowpack] ✔ install complete [3.50s]
[snowpack] ! minifying javascript...

Error: Transform failed with 1 error:
<stdin>:187:12: error: Expected ";" but found "rho"
    at failureErrorWithLog (/home/jim/rv2020/node_modules/esbuild/lib/main.js:458:15)
    at /home/jim/rv2020/node_modules/esbuild/lib/main.js:411:31
    at handleIncomingPacket (/home/jim/rv2020/node_modules/esbuild/lib/main.js:372:9)
    at Socket.readFromStdout (/home/jim/rv2020/node_modules/esbuild/lib/main.js:320:7)
    at Socket.emit (events.js:311:20)
    at addChunk (_stream_readable.js:294:12)
    at readableAddChunk (_stream_readable.js:275:11)
    at Socket.Readable.push (_stream_readable.js:209:10)
    at Pipe.onStreamRead (internal/stream_base_commons.js:186:23)

npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! rv2020@0.4.0 build: `snowpack build --polyfill-node`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the rv2020@0.4.0 build script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/jim/.npm/_logs/2020-09-29T23_23_12_848Z-debug.log
jimscarver commented 4 years ago

Yippie! account registered status and abstain voting works! Mostly only cosmetic stuff is left.