Giter Site home page Giter Site logo

Comments (7)

gregbengis avatar gregbengis commented on September 26, 2024

Distributor ID: Ubuntu
Description: Ubuntu 14.04.3 LTS
Release: 14.04
Codename: trusty

from node-export-server.

gregbengis avatar gregbengis commented on September 26, 2024

I also had to install the nodejs-legacy to get the package to install, else I was getting 'weird' errors

from node-export-server.

cvasseng avatar cvasseng commented on September 26, 2024

It looks like the legacy package node is too old. The server requires at least node 5.14.

Could you try installing the current one, and then starting the server with highcharts-export-server --enableServer 1 --logLevel 4 and see if you get any errors?

from node-export-server.

gregbengis avatar gregbengis commented on September 26, 2024

Nothing from that -
However if I run 'node' or 'node --version' it does the exact thing, so I guess the problem is with node itself.. I am not sure what the issue is.

agent@xxx:~$ sudo apt-get install node
Reading package lists... Done
Building dependency tree
Reading state information... Done
node is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 184 not upgraded.

I'll see if I can find a solution

from node-export-server.

cvasseng avatar cvasseng commented on September 26, 2024

You may be installing the wrong package if you're on Ubuntu. There was already a node package in their repositories when node.js was released, so the package is named nodejs there.

Try sudo apt-get install nodejs, and remove the node package, and instead create a symlink like so sudo ln -s "$(which nodejs)" /usr/bin/node.

from node-export-server.

gregbengis avatar gregbengis commented on September 26, 2024

I wasn't able to install Node with apt-get, but I did download the binary from their website, and now Highcharts works! (At least, it runs, I haven't tried to generate any graphs yet)

Thanks for your help

from node-export-server.

cvasseng avatar cvasseng commented on September 26, 2024

That's great!

from node-export-server.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.