Error using Picker / body-parser npm package in Meteor -


trying run code on meteor server side, cannot figure out way begin debugging this...i didn't think need have lib folder this?

import bodyparser 'body-parser'; import { picker } 'meteor/meteorhacks:picker';  picker.middleware(bodyparser.json()); 

error:

error: cannot find module './lib/types/json' 

any ideas?


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -