I am trying to configure using the cloud in Meteor 1.3 beta, and Im going for the NPM package right now. I ran into a bigger problem when one of the package libraries has a crypto = require('crypto'); declaration crypto = require('crypto'); What well. I just installed the crypto package via npm. But the client still gives me the Uncaught Error: Cannot find module 'crypto' error .... any suggestions?
Please note: both modules are in the same node_modules directory:
node_modules crypto material-ui react react-cloudinary react-dom react-mounter react-tap-event-plugin
This is especially a problem with Meteor 1.3 since Im importing npm libraries
source share