Skip to content

Commit

Permalink
trying to add git extension as dependency
Browse files Browse the repository at this point in the history
however when I add it as such to package.json, I get an error in the browser
that the frontend app can't start due to an inversify issue: "cannot apply
@Injectable decorator multiple times"
  • Loading branch information
marcdumais-work committed Nov 15, 2017
1 parent 0024077 commit 5d4840d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions yangster-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"@theia/core": "latest",
"@theia/editor": "latest",
"@theia/filesystem": "latest",
"@theia/git": "latest",
"@theia/languages": "latest",
"@theia/markers": "latest",
"@theia/monaco": "latest",
Expand Down

0 comments on commit 5d4840d

Please sign in to comment.