I tried mongo import like this
mongoimport -d test -c foo importfile.json
mongoimport --host localhost --db local --collection lec
mongoimport is intended to run in command prompt and not in the mongo shell. Try exiting out of the shell and running the command.