Closed atomsett closed 6 years ago
Do you already have Node and NPM installed? If not then you'll want to go to npmjs.com and do that.
To verify those are both installed, use these commands:
Node -v Npm -v
If those both provide you with version numbers then you performed the install correctly. Next, cd into the trtl-cli folder and perform an install by using the command npm install.
From that point, you should be able to use the trtl commands from location.
thanks for your response i will check tomorrow
On Sat, 8 Sep 2018, 03:15 Xaz, notifications@github.com wrote:
Do you already have Node and NPM installed? If not then you'll want to go to npmjs.com and do that.
To verify those are both installed, use these commands:
Node -v Npm -v
If those both provide you with version numbers then you performed the install correctly. Next, cd into the trtl-cli folder and perform an install by using the command npm install.
From that point, you should be able to use the trtl commands from location.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/mrrovot/trtl-cli/issues/14#issuecomment-419605532, or mute the thread https://github.com/notifications/unsubscribe-auth/Ao6UhkArVNevCG4IryHkjeUxkoEBfJzdks5uYygogaJpZM4Wfqh7 .
aaron@aaron-ThinkPad-T440:~$ node -v
v10.9.0
aaron@aaron-ThinkPad-T440:~$ nodejs -v
v10.9.0
aaron@aaron-ThinkPad-T440:~$ npm -v
6.2.0
aaron@aaron-ThinkPad-T440:~$ cd trtl-cli/
aaron@aaron-ThinkPad-T440:~/trtl-cli$ npm install
npm WARN trtl@1.0.42 No repository field.
audited 115 packages in 7.204s
found 0 vulnerabilities
aaron@aaron-ThinkPad-T440:~/trtl-cli$
Looks good now try any of the commands. You can start by just typing trtl and that should show you available commands.
I deleted the trtl-cli folder, downloaded the github repo again - then ran the install as documented in the readme.. and trtl --help
worked! Thanks for your help!
Glad to help!
As I know next-to-nothing about node.js, I am unable to troubleshoot the install.
Regards, Aaron (madmax)