-
Re: Getting error with Jive-sdk
anjalisinghal.27 May 15, 2017 10:10 PM (in response to anjalisinghal.27)Hi
Does anybody have any update regarding the above mentioned issue?
Regards
Anjali
-
Re: Getting error with Jive-sdk
gopi.gorantala May 16, 2017 2:30 AM (in response to anjalisinghal.27)1 person found this helpfulAnjali -
Go to the end of this thread and you'll see my comment, configure the .npmrc file, you are behind proxy.
Building List Tile using Jive SDK on Windows Machine for local Jive Environment
-
Re: Getting error with Jive-sdk
anjalisinghal.27 May 22, 2017 4:55 AM (in response to gopi.gorantala)Hi Gopi Gorantala,
I get to know from my network engineer we are not running behind any of the firewall/proxy. So this might not be the case.
I tried with the command npm install -g jive-sdk it is not running the jive-sdk file.
I am not sure why it is not running the sdk file as I can see in the folder structure it is present.
Is there anything wrong with the version I am having of Node?
Regards,
Anjali
-
-
-
Re: Getting error with Jive-sdk
Ryan Rutan May 22, 2017 1:59 PM (in response to anjalisinghal.27)If you are using jive-sdk v0.2.* you need to upgrade your Node.js runtime to at-least 4.x. Can you confirm which Node version you are using? "node -v"
-
Re: Getting error with Jive-sdk
anjalisinghal.27 May 24, 2017 9:58 PM (in response to anjalisinghal.27)
I am already using 4.1.2 version node.js. -
Re: Getting error with Jive-sdk
Ryan Rutan Jun 1, 2017 11:06 AM (in response to anjalisinghal.27)Is it possible for you to try another version of node (6.9/7.0, or even a clean install of Node 4.1.2)?
Basically...that error suggests that the npm install -g jive-sdk didn't add the command to the path. Also, have you tried closing the window and re-opening...to insure the path variables are interpreted?
There are known subtle environmental nuances with Windows and Node (not so much the jive-sdk per say) ...perhaps Rashed Talukder may have an idea.