-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Support repositories other than npmjs #1450
Copy link
Copy link
Closed
Description
We currently can't install esbuild on our CI platform. I suspect that the initial attempt to install from npm fails as it's trying to create a temporary folder which will fail on our jenkins build due to file system access permissions. Installing from npmjs then fails as access to that is blocked. We have our own private npm repository.
The way this is usually handled is that an environment variable is used to specify where compiled binaries can be downloaded from.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels