QuantumMechanics / NEM-sdk

NEM Developer Kit for Node.js and the browser
MIT License
137 stars 82 forks source link

I can't install new fee version sdk #24

Closed mediaprogramer closed 7 years ago

mediaprogramer commented 7 years ago

today, I installed nem-sdk in amazon linux the command is below $npm install nem-sdk

and check it by npm list|grep nem it shows "nem-sdk@1.4.0"

but it calculated old fee version could you please check it again.

thank you.

QuantumMechanics commented 7 years ago

Hi, sorry npm wasn't updated, should be good now

mediaprogramer commented 7 years ago

Thank you very much!

I don't know why , I couldn't install by this. "npm install nem-sdk"

but I could install by this.

"npm install -g nem-sdk "

and add this to beginning of program module.paths.push('/home/ec2-user/.nvm/versions/node/v6.10.3/lib/node_modules');

for your information. thanks.