You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've got parse-server-example set up and working as described in for local deployment.
I would like to take the _User.json data exported from parse.com and work with it locally.
Tried this with no success:
$ mongoimport -d dev -c _User --file _User.json
2016-03-17T15:58:52.631+0100 connected to: localhost
2016-03-17T15:58:52.635+0100 imported 1 document
Shouldn't this say 'connected to: dev' ?
Thanks in advance.
The text was updated successfully, but these errors were encountered:
I've got parse-server-example set up and working as described in for local deployment.
I would like to take the _User.json data exported from parse.com and work with it locally.
Tried this with no success:
$ mongoimport -d dev -c _User --file _User.json
2016-03-17T15:58:52.631+0100 connected to: localhost
2016-03-17T15:58:52.635+0100 imported 1 document
Shouldn't this say 'connected to: dev' ?
Thanks in advance.
The text was updated successfully, but these errors were encountered: