Uncaught Error: Cannot find module './sha'

Hey,
I’m trying to add cryptico via meteor npm install cryptico --save, but if I try to initialize the object within the browser, I get the following error:

install.js:85 Uncaught Error: Cannot find module './sha'

Is there one step I’ve missed?