-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: tsp-toolkit
depends on private repos, building impossible.
#16
Comments
@956MB Thank you so much for the issue! We appreciate the contribution! I just checked and all those repos and packages are set to public visibility. I am not familiar with |
Just tried |
In my work //npm.pkg.github.com/:_authToken=GITHUB_PAT Where |
Yeah I reached the same conclusion and was finally able to get through. I was just about to comment the same thing 👍 👍 A note about having the right env variable with the PAT set would probably be best. Edit: unless it was on me not having an up to date token with permissions... :| |
I think it is on us for not having better developer docs. It's in the works, but I'm glad that you submitted this issue so we would know to state it explicitly! |
Internal reference: TSP-663 |
Tracking
Pre-check
This project's dependencies currently contains three private repos,
@tektronix/keithley_instrument_libraries
,@tektronix/kic-cli
, and@tektronix/web-help-documents
, making work on the extension impossible.v18.17.1
v9.0.6
e1f6d57
TSP Toolkit Version
0.15.0
TSP Toolkit Develop Version
0.15.0
Steps to Reproduce
tsp-toolkit
git clone https://github.com/956MB/tsp-toolkit.git
)pnpm install
:"@tektronix/web-help-documents": "0.15.0",
frompackage.json
pnpm install
again:"@tektronix/kic-cli": "0.15.1",
frompackage.json
pnpm install
again:"@tektronix/keithley_instrument_libraries": "0.15.0",
frompackage.json
pnpm install
this last time installs fine with no errors, but then obviously we don't have the packages needed forCOMMAND_SETS
andEXECUTABLE
insrc/extension.ts
, and elsewhere:The text was updated successfully, but these errors were encountered: