Geontech / sigplot-ts

TypeScript-based integration library for SigPlot
https://geontech.github.io/sigplot-ts
GNU General Public License v3.0
0 stars 1 forks source link

Trying to pull sigplot when already installed #1

Open SamPool1 opened 3 years ago

SamPool1 commented 3 years ago

Good morning,

I'm trying to use sigplot-ng/ts on an enclosed network with no outside access. When trying to install Sigplot-ts, the package attempts to git pull from the sigplot github page (even after I installed sigplot via npm install). Is there a way to prevent/change this to check to see if sigplot is already installed first before attempting this?

tplumley commented 3 years ago

Good morning Sam,

Have you tried linking the project to your local version of sigplot using npm link? Here's a guide to walk you through it.