How can I update Node.JS through JXCore?

Jack

I'm getting this error when trying to use the Steam API:

var cryptedSessKey = require('crypto').publicEncrypt(fs.readFileSync(__dirna
^
TypeError: Object # has no method 'publicEncrypt'
at SteamClient.handlers.(anonymous function) (/usr/local/psa/var/modules/jxcore-support/native_modules/node_modules/steam/lib/steam_client.js:150:42)
at SteamClient.netMsgReceived (/usr/local/psa/var/modules/jxcore-support/native_modules/node_modules/steam/lib/steam_client.js:106:26)
at Connection.emit (events.js:82:15)
at Connection._readPacket (/usr/local/psa/var/modules/jxcore-support/native_modules/node_modules/steam/lib/connection.js:50:8)
at Connection.emit (events.js:79:15)
at emitReadable (_stream_readable.js:383:10)
at emitReadable (_stream_readable.js:379:5)
at readableAddChunk (_stream_readable.js:143:31)
at Connection.Readable.push (_stream_readable.js:107:10)
at TCP.onread (net.js:489:18)
Spawner error: Application exited by itself with code: 8
Spawner info: Subscribing is delayed by 2000 ms.
Spawner info: Subscribed successfully: Successfully subscribed process 25525 to the monitor.

The fix is to apparently upgrade my node.js to version v0.12. As stated here: https://github.com/seishun/node-steam/issues/121

How can I do this? I'm using JXCore extension for Plesk.

I've tried SSHing in and running update commands but it doesn't seem to recognise node. Do I have to browse to a certain directory? I can't even run node --version because it's all within JXCore (I assume).

I have the lastest version of JXCore (Installed v Beta-0.3.0.2).

enter image description here

I'm assuming I'm just being an idiot somehow but I'm still new to node.js.

Can anyone help me?

Thank you

Jack

Jack

I asked the same question on their Github and this was their response:

JXcore v 0.3 is based on Node 0.10. AFAIK that module has node 0.10 compatible version too. You should use that. We are planning to bring new crypto API from 0.12 soon.

Therefore, for now, you can't update it.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How can I update the protractor npm module in node.js?

From Dev

How can I automatically update a view using Node.js?

From Dev

How can I update an attribute in a through table?

From Dev

How can I access my Express Node.js server through the internet?

From Java

How do I update Node.js?

From Dev

How can I update node.js and install grunt/bower in a python project in Travis CI?

From Dev

How can I update 2 collections at the same time using Node.js/Mongoose/MongoDB

From Dev

How can I check if my SQL update has gone through?

From Dev

How can I install node.js?

From Dev

How can I make node js synchronize?

From Dev

How can I parse through local JSON file in React js?

From Dev

How can I update a particular software through Terminal without sudo apt-get update?

From Dev

Can I update Debian through grub?

From Dev

How can I recurse through a dictionary and dynamically update values so that they can be later referenced?

From Dev

Vue.js: How can I update an array of objects?

From Dev

Three.js - how can I update an arrowHelper?

From Dev

How can I update a bar chart in d3.js?

From Dev

How can I update a MongoDB collection using a JS/JSON object?

From Dev

In Node JS, how do i create an endpoint pass through? I'm using express and http

From Dev

In Node JS, how do i create an endpoint pass through? I'm using express and http

From Dev

How can I detect the entry file in Node.js?

From Dev

How can i connect to asterisk in Node.js

From Dev

How can I convert a string to a variable name in Node.js?

From Dev

How can I upsert multiple objects with MongoDB & Node.js?

From Dev

How can i upload an image to a node js server without a form?

From Dev

How can I purposefully crash my node.js server?

From Dev

How can I set a timeout for a zmq request in Node.js?

From Dev

How can I specify xhr request with node.js + cheerio?

From Dev

How can I make local changes to node.js library?

Related Related

  1. 1

    How can I update the protractor npm module in node.js?

  2. 2

    How can I automatically update a view using Node.js?

  3. 3

    How can I update an attribute in a through table?

  4. 4

    How can I access my Express Node.js server through the internet?

  5. 5

    How do I update Node.js?

  6. 6

    How can I update node.js and install grunt/bower in a python project in Travis CI?

  7. 7

    How can I update 2 collections at the same time using Node.js/Mongoose/MongoDB

  8. 8

    How can I check if my SQL update has gone through?

  9. 9

    How can I install node.js?

  10. 10

    How can I make node js synchronize?

  11. 11

    How can I parse through local JSON file in React js?

  12. 12

    How can I update a particular software through Terminal without sudo apt-get update?

  13. 13

    Can I update Debian through grub?

  14. 14

    How can I recurse through a dictionary and dynamically update values so that they can be later referenced?

  15. 15

    Vue.js: How can I update an array of objects?

  16. 16

    Three.js - how can I update an arrowHelper?

  17. 17

    How can I update a bar chart in d3.js?

  18. 18

    How can I update a MongoDB collection using a JS/JSON object?

  19. 19

    In Node JS, how do i create an endpoint pass through? I'm using express and http

  20. 20

    In Node JS, how do i create an endpoint pass through? I'm using express and http

  21. 21

    How can I detect the entry file in Node.js?

  22. 22

    How can i connect to asterisk in Node.js

  23. 23

    How can I convert a string to a variable name in Node.js?

  24. 24

    How can I upsert multiple objects with MongoDB & Node.js?

  25. 25

    How can i upload an image to a node js server without a form?

  26. 26

    How can I purposefully crash my node.js server?

  27. 27

    How can I set a timeout for a zmq request in Node.js?

  28. 28

    How can I specify xhr request with node.js + cheerio?

  29. 29

    How can I make local changes to node.js library?

HotTag

Archive