mongo export SyntaxError:missing;在声明@(shell)之前:1:14

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了mongo export SyntaxError:missing;在声明@(shell)之前:1:14相关的知识,希望对你有一定的参考价值。

您好我正在尝试使用此命令行导出我的一个mongo集合:

mongoexport --host 127.0.0.1 --port 3001 --db meteor --collection subs --out subs.json

但我得到这个错误,我不明白为什么因为每个帖子都使用这个命令,它适用于他们

2017-11-14T10:23:31.562+0100 E QUERY [thread1] SyntaxError: missing ; before statement @(shell):1:14

答案

mongoexport必须从您的OS命令shell运行,而不是在mongo shell中运行。

以上是关于mongo export SyntaxError:missing;在声明@(shell)之前:1:14的主要内容,如果未能解决你的问题,请参考以下文章

mongo collection name—SyntaxError: identifier starts immediately after numeric literal

Jest 给出错误:“SyntaxError: Unexpected token export”

SyntaxError Unexpected token 'export' (nuxt vue-echarts)

jest + typescript + es6 模块(又一次,2019 年)- SyntaxError: Unexpected token export

Uncaught SyntaxError: Unexpected token export

bootstrap 4 中的 popper.js 给出了 SyntaxError Unexpected token export