Skip to content

Instantly share code, notes, and snippets.

@dclarke-modus
Created November 14, 2017 20:26
Show Gist options
  • Save dclarke-modus/5e4bdf0c89a680ff3d87b859e96ec77e to your computer and use it in GitHub Desktop.
Save dclarke-modus/5e4bdf0c89a680ff3d87b859e96ec77e to your computer and use it in GitHub Desktop.
/home/vagrant/api/node_modules/babel-core/lib/transformation/file/index.js:590
throw err;
^
SyntaxError: /home/vagrant/api/db/connection.js: Unexpected token (5:11)
3 |
4 | class ConnectionManager {
> 5 | protected mongoClient;
| ^
6 | constructor() {
7 | this.mongoClient.Promise = Promise;
8 | }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment