question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Meteor 1.3 Integration

See original GitHub issue

hi i’m trying to use https://github.com/ConsenSys/eth-lightwallet w Meteor 1.3. Meteor install commands:

meteor create ethereum-app
cd ethereum-app
meteor npm install
meteor npm install --save eth-lightwallet

but when using eth-lightwallet from w/in meteor. Just copy the following line into main.js (for example):

import lightwallet from 'eth-lightwallet';

and starting the meteor app with:

meteor

i get:

Unable to resolve some modules:

  "build/Release/sha3" in
/home/reto/Development/ethereum-app/node_modules/eth-lightwallet/node_modules/ethereumjs-util/node_modules/keccakjs/node_modules/sha3/package.json
(web.browser)

does somebody have a idea on how to solve this?

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:11 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
IstoraMandiricommented, Apr 24, 2016

Seems like this issue isn’t specific to eth-lightwallet; it’s originating from the ethereumjs-util -> keccakjs dependency.

If you really want to get it working with Meteor, a temporary fix that worked for me was to clone and rewire the dependancy tree, then hardcode:

kekkackjs/index.js

module.exports = require('browserify-sha3').SHA3Hash
0reactions
pjworrallcommented, Apr 28, 2016

ah! . My Meteor had just hung and never reported anything. I had to kill the processes. I hadn’t read @retrotinkler log properly. I am all go now. So thanks.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Migrating to Meteor 1.3
How to migrate your application to use recommended best practice as of Meteor 1.3.
Read more >
Meteor 1.3 Integration · Issue #125 · ethereumjs/ethereumjs-lib ...
hi i'm trying to use JS modules of ethereumjs w Meteor 1.3. But get the same sha3 error in most of them (ethereumjs-account,...
Read more >
1.3 Release Brings Out-of-the-Box npm Integration to Meteor
New to 1.3, Meteor's npm integration enables developers to install both client and server packages directly into their applications, ...
Read more >
Meteor 1.3 release - Blog Anybox
Meteor 1.3 includes two testing modes, unit and integration. In unit testing mode ( meteor test ), Meteor only loads test modules and...
Read more >
How to integrate cloudinary with Meteor 1.3 and AngularJS?
lepozepo:cloudinary can work with angular out of the box. It will not provide the Template helpers, because you are not using blaze, ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found