choo jian cheng

Results 8 comments of choo jian cheng

same installing packages from a private repo took forever and failed, the installation was never complete for me after waiting for 2 hours

its a clean install. it queues up all the package and takes forever to process. But yarn install takes a min to complete ![image](https://github.com/oven-sh/bun/assets/26024002/b9db4e29-6d0d-4ce4-ba35-51a4184b791a) bun version used is 1.0.0

still slow after bun upgrade --canary ![image](https://github.com/oven-sh/bun/assets/26024002/877f5b1b-f9b9-4485-8980-1b88452cc430)

with yarn clean install is about 49 sec. ![image](https://github.com/oven-sh/bun/assets/26024002/eca86925-4f24-41fd-b3b7-07ffa01e4ed5) bun install --no-cache didnt help

registry = _auth = email = always-auth = true strict-ssl = false @fortawesome:registry=https://npm.fontawesome.com/ //npm.fontawesome.com/:_authToken= how would i convert the above to bunfig.toml

# Global Registry [install] registry = "https://{email}:{token}@https://{org}/repository/npm-group/" always-auth = true strict-ssl = false # Scoped Registries [install.scopes] fortawesome = { url = "https://npm.fontawesome.com/", token = "" }

> @choopk is that token you have referenced the same one as `:_authToken=` from the fontawesome line in your other comment? the _auth goes to registry = "https://{email}:{token}@https://{org}/repository/npm-group/" _authToken goes...