BanksySan
BanksySan

Reputation: 28500

Manually adding JavaScript libraries to WebStorm

My WebStorm is running on a machine that has no internet access. How can I add plugins & JavaScript libraries manually?

Upvotes: 1

Views: 113

Answers (1)

lena
lena

Reputation: 93748

  • download the desired library using another machine (connected to internet)
  • use the usb drive to copy it to your computer :)
  • add this library using Add.. button in Settings/javaScript/Libraries

Plugins can also be loaded from disk - Settings/Plugins, Install plugin from disk

Upvotes: 2

Related Questions