veliovgroup / ostrio-Neo4jreactivity

Meteor.js Neo4j database reactivity layer
https://atmospherejs.com/ostrio/neo4jreactivity
BSD 3-Clause "New" or "Revised" License
51 stars 5 forks source link

TypeError: Cannot call method 'SHA256' of undefined #10

Closed dr-dimitru closed 9 years ago

dr-dimitru commented 9 years ago

Somewhy Meteor doesn't automatically bind some Utility Packages, if they are even requested in package.js

To solve this issue simply run (inside meteor's project folder):

meteor add sha
JackAdams commented 9 years ago

If you want SHA256 available outside of your package, in other parts of the app, put this line in your package.js file: api.imply('sha');