SunGard-Labs / fix2json

A command-line utility to present FIX protocol messages as JSON or YAML
MIT License
48 stars 19 forks source link

/usr/bin/env: ‘node’: No such file or directory #17

Closed mdivk closed 4 years ago

mdivk commented 6 years ago

After the following two steps to install fix2json as per the description sudo apt install npm sudo npm install -g fix2json

I ran the same command: fix2json -p dict/FIX50SP2.CME.xml XCME_MD_GE_FUT_20160315.gz and I received error of: /usr/bin/env: ‘node’: No such file or directory

It would be appreciated if you can point out what is missing here?

Thank you.

salsferrazza commented 6 years ago

Hi, is node installed on the host?

sudo apt-get install nodejs

mdivk commented 6 years ago

I did install node already and runnig fix2json still showing /usr/bin/env: ‘node’: No such file or directory

where should I run the fix2json? should I start node before I run the fix2json?

I am very new to Solr and Node.JS

Thank you.

------------------------------------------------ Sincerely yours,

Raymond

On Tue, Apr 3, 2018 at 1:33 PM, Salvatore Sferrazza < notifications@github.com> wrote:

Hi, is node installed on the host?

sudo apt-get install nodejs

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/SunGard-Labs/fix2json/issues/17#issuecomment-378332999, or mute the thread https://github.com/notifications/unsubscribe-auth/AKPL02vYi__uI5k9gpDtz0KeMAJE3GAVks5tk7J0gaJpZM4TEU9k .

salsferrazza commented 6 years ago

it's been a while, but did you ever resolve the issue?

salsferrazza commented 4 years ago

Closed for inactivity - please re-open if still having issues.