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

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -