Skip to content

Commit a385517

Browse files
authored
#37: TypeError: Cannot read property 'emit' of undefined (#45)
* #37: TypeError: Cannot read property 'emit' of undefined
1 parent 402ba08 commit a385517

File tree

6 files changed

+9
-10
lines changed

6 files changed

+9
-10
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ visualize the processes of your application much better.
99
___
1010
### How to build
1111

12+
Due to dependency issues please install, if needed with `yarn install --frozen-lockfile`
13+
1214
To build a production build with minification: `yarn build`
1315

1416
Run the following for hot-reloading during development: `yarn watch`
File renamed without changes.

dist/module.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/module.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"devDependencies": {
2020
"@babel/core": "^7.1.6",
2121
"@babel/plugin-proposal-class-properties": "^7.8.3",
22+
"@babel/compat-data": "^7.9.0",
2223
"@babel/preset-env": "^7.1.6",
2324
"@babel/preset-typescript": "^7.9.0",
2425
"@types/grafana": "https://[email protected]/CorpGlory/types-grafana.git",

yarn.lock

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,10 @@
99
dependencies:
1010
"@babel/highlight" "^7.8.3"
1111

12-
"@babel/compat-data@^7.8.6":
13-
version "7.8.6"
14-
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.8.6.tgz#7eeaa0dfa17e50c7d9c0832515eee09b56f04e35"
15-
integrity sha512-CurCIKPTkS25Mb8mz267vU95vy+TyUpnctEX2lV33xWNmHAfjruztgiPBbXZRh3xZZy1CYvGx6XfxyTVS+sk7Q==
16-
dependencies:
17-
browserslist "^4.8.5"
18-
invariant "^2.2.4"
19-
semver "^5.5.0"
12+
"@babel/compat-data@^7.8.6", "@babel/compat-data@^7.9.0":
13+
version "7.12.5"
14+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.12.5.tgz#f56db0c4bb1bbbf221b4e81345aab4141e7cb0e9"
15+
integrity sha512-DTsS7cxrsH3by8nqQSpFSyjSfSYl57D6Cf4q8dW3LK83tBKBDCkfcay1nYkXq1nIHXnpX8WMMb/O25HOy3h1zg==
2016

2117
"@babel/core@^7.1.6":
2218
version "7.8.7"

0 commit comments

Comments
 (0)