Skip to content
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

npm install failing #214

Open
dgroh opened this issue Nov 3, 2020 · 4 comments
Open

npm install failing #214

dgroh opened this issue Nov 3, 2020 · 4 comments

Comments

@dgroh
Copy link

dgroh commented Nov 3, 2020

Expected behaviour

I want to npm install the cloned repository.

I use node 12.16.1 and npm 6.13.4 in Windows:

Actual behaviour

When executing npm install from the cloned repository I get the following output error:

image

Reproduction steps

git clone https://github.com/highcharts/highcharts-editor
cd highcharts-editor
npm install

Editor version

The latest cloned.

Affected browser(s)

@dgroh
Copy link
Author

dgroh commented Nov 4, 2020

It would be nice if you could mention in the docs which version of node you use for development.
We would also appreciate if you could put some milestone for the next release and what should be expected. We plan to use this editor for a project where we have a lot of charts, but we are not sure if this project is still alive as the latest release was over an year ago.

@machour
Copy link

machour commented Jan 14, 2021

@dgroh Did you ever got it to compile?

@dgroh
Copy link
Author

dgroh commented Jan 14, 2021

@machour no, we dropped the usage because the editor seems not to be maintained.

@machour
Copy link

machour commented Jan 15, 2021

For future readers:

  • Using node v6.17.1, and adding "less": "2.7.3" as a dependency in package.json fixed the build for me
  • Once standalone.html is open, an error is shown: There's an error with your graph [Object object]. This is because the annotations modules is missing. Adding <script src="https://code.highcharts.com/modules/annotations.js"></script> fixes it.

Now stuck with a non-loading advanced panel.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants