keybase / warpwallet

A brain wallet generator that uses scrypt.
BSD 3-Clause "New" or "Revised" License
187 stars 62 forks source link

Having a hard time getting things to build #8

Closed TheBigS closed 10 years ago

TheBigS commented 10 years ago

I keep getting this error when I build on my system:

$ icake build

/home/steven/src/warpwallet/Cakefile:661
          throw err;
                ^
SyntaxError: Line 97: Unexpected end of input while parsing /home/steven/src/warpwallet/src/iced/top.iced
  at Stream.end (/home/steven/src/warpwallet/node_modules/browserify/node_modules/insert-module-globals/index.js:69:21)
  at _end (/home/steven/src/warpwallet/node_modules/browserify/node_modules/through/index.js:65:9)
  at Stream.stream.end (/home/steven/src/warpwallet/node_modules/browserify/node_modules/through/index.js:74:5)
  at f (/home/steven/src/warpwallet/node_modules/browserify/node_modules/module-deps/index.js:217:19)
  at makeTransform (/home/steven/src/warpwallet/node_modules/browserify/node_modules/module-deps/index.js:279:46)
  at ap (/home/steven/src/warpwallet/node_modules/browserify/node_modules/module-deps/index.js:202:13)
  at /home/steven/src/warpwallet/node_modules/browserify/node_modules/module-deps/index.js:215:21
  at ConcatStream.<anonymous> (/home/steven/src/warpwallet/node_modules/browserify/node_modules/concat-stream/index.js:32:43)
  at ConcatStream.EventEmitter.emit (events.js:101:17)
  at finishMaybe (/home/steven/src/warpwallet/node_modules/browserify/node_modules/concat-stream/node_modules/readable-stream/lib/_stream_writable.js:443:14)
  at afterWrite (/home/steven/src/warpwallet/node_modules/browserify/node_modules/concat-stream/node_modules/readable-stream/lib/_stream_writable.js:323:3)
  at /home/steven/src/warpwallet/node_modules/browserify/node_modules/concat-stream/node_modules/readable-stream/lib/_stream_writable.js:310:9
  at process._tickCallback (node.js:664:11)

npm Version:

$ npm -v
1.3.25

node version:

$ node -v
v0.11.11

Any Ideas?

maxtaco commented 10 years ago

I have a feeling this is due to the new version or browserify. What if you downgrade to 3.1.x? On Feb 9, 2014 1:56 PM, "TheBigS" notifications@github.com wrote:

I keep getting this error when I build on my system:

$ icake build

/home/steven/src/warpwallet/Cakefile:661 throw err; ^ SyntaxError: Line 97: Unexpected end of input while parsing /home/steven/src/warpwallet/src/iced/top.iced at Stream.end (/home/steven/src/warpwallet/node_modules/browserify/node_modules/insert-module-globals/index.js:69:21) at _end (/home/steven/src/warpwallet/node_modules/browserify/node_modules/through/index.js:65:9) at Stream.stream.end (/home/steven/src/warpwallet/node_modules/browserify/node_modules/through/index.js:74:5) at f (/home/steven/src/warpwallet/node_modules/browserify/node_modules/module-deps/index.js:217:19) at makeTransform (/home/steven/src/warpwallet/node_modules/browserify/node_modules/module-deps/index.js:279:46) at ap (/home/steven/src/warpwallet/node_modules/browserify/node_modules/module-deps/index.js:202:13) at /home/steven/src/warpwallet/node_modules/browserify/node_modules/module-deps/index.js:215:21 at ConcatStream. (/home/steven/src/warpwallet/node_modules/browserify/node_modules/concat-stream/index.js:32:43) at ConcatStream.EventEmitter.emit (events.js:101:17) at finishMaybe (/home/steven/src/warpwallet/node_modules/browserify/node_modules/concat-stream/node_modules/readable-stream/lib/_stream_writable.js:443:14) at afterWrite (/home/steven/src/warpwallet/node_modules/browserify/node_modules/concat-stream/node_modules/readable-stream/lib/_stream_writable.js:323:3) at /home/steven/src/warpwallet/node_modules/browserify/node_modules/concat-stream/node_modules/readable-stream/lib/_stream_writable.js:310:9 at process._tickCallback (node.js:664:11)

npm Version:

$ npm -v 1.3.25

node version:

$ node -v v0.11.11

Any Ideas?

Reply to this email directly or view it on GitHubhttps://github.com/keybase/warpwallet/issues/8 .

TheBigS commented 10 years ago

Yup! that fixed it, Thanks!

maxtaco commented 10 years ago

Cool. On my list to fix this. On Feb 9, 2014 3:25 PM, "TheBigS" notifications@github.com wrote:

Closed #8 https://github.com/keybase/warpwallet/issues/8.

Reply to this email directly or view it on GitHubhttps://github.com/keybase/warpwallet/issues/8 .