Skip to content

Trouble with angular-1.0.0-beta.28.3 and plotly.js #4358

Closed
@ghost

Description

Please provide us with the following information:

OS?

Linux (Ubuntu)

Versions.

angular-cli: 1.0.0-beta.28.3
node: 6.9.1
os: linux x64
@angular/common: 2.4.5
@angular/compiler: 2.4.5
@angular/core: 2.4.5
@angular/forms: 2.4.5
@angular/http: 2.4.5
@angular/platform-browser: 2.4.5
@angular/platform-browser-dynamic: 2.4.5
@angular/router: 3.4.5
@angular/compiler-cli: 2.4.5

Repro steps.

App create from a previous version of angular-cli.
Since I update to 1.0.0-beta.28.3 my app doesn't anymore unless I remove Plotly.js from the scripts array in angular-cli.json :

"scripts": [
        "../node_modules/plotly.js/dist/plotly.js",
        "../node_modules/papaparse/papaparse.min.js"
      ],

When I remove Plotly.js everything come back to normal, but I can't use Plotly.js anymore :/

The log given by the failure.

No log, neither in my terminal and my console. The app stay on the 'Loading' state.

Mention any other details that might be useful.


Thanks! We'll be in touch soon.

Metadata

Metadata

Assignees

No one assigned

    Labels

    needs: repro stepsWe cannot reproduce the issue with the information given

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions