Thingworx - Web Component Development (Guidelines)
Hello everybody,
has anybody successfully tried the "new" way of developing thingworx extensions based on the twx_wc_sdk?
I followed this guide (http://support.ptc.com/help/thingworx_hc/visual_sdk/) up to the step:
npm install twx-wc-sdk/ptcs-library
This gives me an error:
npm ERR! Error while executing:
npm ERR! C:\Program Files\Git\cmd\git.EXE ls-remote -h -t ssh://git@github.com/twx-wc-sdk/ptcs-library.git
npm ERR!
npm ERR! Host key verification failed.
npm ERR! fatal: Could not read from remote repository.
npm ERR!
npm ERR! Please make sure you have the correct access rights
npm ERR! and the repository exists.
npm ERR!
npm ERR! exited with error code: 128
Seem the repository at github is not valid.
Greetings
Andreas

