mongoose-cli icon indicating copy to clipboard operation
mongoose-cli copied to clipboard

local connection string not allowed

Open lrettig opened this issue 8 years ago • 0 comments

$ node_modules/.bin/mongoose shell
./models/connection-string.js:10
  if (!cmd) throw new Error('\033[31m Improperly formatted URI: \033[0m' + uri);
            ^

Error:  Improperly formatted URI: mongodb://localhost/myproject

lrettig avatar Jun 14 '16 19:06 lrettig