Skip to main content
1-Visitor
August 10, 2020
Solved

ThingWorx Visual SDK access

  • August 10, 2020
  • 1 reply
  • 1439 views

Hello PTC Community!

I found out this API related with widgets development:
http://support.ptc.com/help/thingworx_hc/visual_sdk/

 

I trying to install it on my dependencies with npm, but i'm getting the below error:

FredSilva92_0-1597066430096.png

 

I'm wondering what kind of licences that i need to have access to this repository.

Thanks a lot.

 

Best answer by CharlesJi

Hi @FredSilva92, seems like you are trying to get the codes from the remote repository. You should download the file first and install it locally via the command.

 

Check here for more details:

https://community.ptc.com/t5/ThingWorx-Developers/Thingworx-Web-Component-Development-Guidelines/m-p/681601#M47138

1 reply

CharlesJiCommunity ManagerAnswer
Support
August 14, 2020

Hi @FredSilva92, seems like you are trying to get the codes from the remote repository. You should download the file first and install it locally via the command.

 

Check here for more details:

https://community.ptc.com/t5/ThingWorx-Developers/Thingworx-Web-Component-Development-Guidelines/m-p/681601#M47138

1-Visitor
August 14, 2020

Hi @CharlesJi,

 

Thank you for our suggestion, i will try it.