You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 2, 2023. It is now read-only.
This may use a fork of NPM that we modify to be compatible with embedded Node.js, or maybe some other solution. Requires more investigation.
There will be two distinct services involved:
An NPM registry, that tells you exactly where you can download packages and dependencies, when you already know what packages you need. Initially we can just use the public NPM registry, but eventually we'll want to use a Microsoft-hosted mirror. The client API for this is covered by this task.
What I'm calling the "resolve" service, that tells you what onboarding & translator packages you need to get, given some metadata about a thing. Client APIs for this service are covered in a separate task later.
The text was updated successfully, but these errors were encountered:
#2 contains the API stubs only for this.
This may use a fork of NPM that we modify to be compatible with embedded Node.js, or maybe some other solution. Requires more investigation.
There will be two distinct services involved:
The text was updated successfully, but these errors were encountered: