-
-
Notifications
You must be signed in to change notification settings - Fork 78
Followed the Quick Start Guide But Getting Errors #80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@HemanthKalathil it might be the typescript version. Mind showing us the |
"name": "mce-ui", |
@HemanthKalathil I could replicate your issue with your package.json file. It's more related to angular version than typescript version. Would it be ok to you downgrade the We have another issue with a similar problem (#79) and we are seeing what would be the best approach to avoid this version conflicts |
Hi, Yes using 1.3.2 is fine I just need to create a heatMap. I am new to angular and plotly so how would I install an earlier version? |
@HemanthKalathil just replace |
Does the plotly.js have to be a specific version as well or do I only need to change the angular-plotly.js? |
@HemanthKalathil use the most recent one: 1.49.4 |
okay thank you for all the help. Let me try that now! |
It doesn't seem to be working still I am not sure what I did wrong. I changed the package.json to this: Then I removed the package-lock.json, rimraf node_modules then I did But I still get this error; |
Sorry for the trouble! But I was able to make it work by doing this instead: |
Good to hear you manage to solve it 😸 |
@andrefarzat Hi, I followed the solution here, but I still see the warning and error on browser. I already tried several version of angular plotly 1.7.0, 1.8.0, and 1.3.2 but all doesn't work. Here's my package.json
|
I am using angular 6.2.9 and I won't be able to update.
Here is the error:
Uncaught TypeError: Object(...) is not a function
at angular-plotly.js.js:124
at Module../node_modules/angular-plotly.js/fesm5/angular-plotly.js.js (angular-plotly.js.js:131)
at webpack_require (bootstrap:78)
at Module../src/app/app.module.ts (app.component.ts:13)
at webpack_require (bootstrap:78)
at Module../src/main.ts (main.ts:1)
at webpack_require (bootstrap:78)
at Object.0 (main.ts:12)
at webpack_require (bootstrap:78)
at checkDeferredModules (bootstrap:45)
The text was updated successfully, but these errors were encountered: