WindmillWWindmill
Powered by
VentaV
Windmill•11mo ago•
4 replies
Venta

Private NPM registries not working

Hello, after a fresh reinstall of windmill for some reason private NPM registries aren't working anymore. I think I've configured it correctly (as shown in the screenshot), but when I try to run the following script:
import { parse } from "@wopehq/serp-config";
import * as cheerio from 'cheerio';
import { S3Client, HeadObjectCommand, PutObjectCommand, NotFound } from '@aws-sdk/client-s3';
import * as wmill from 'windmill-client@1.147.3'
....
import { parse } from "@wopehq/serp-config";
import * as cheerio from 'cheerio';
import { S3Client, HeadObjectCommand, PutObjectCommand, NotFound } from '@aws-sdk/client-s3';
import * as wmill from 'windmill-client@1.147.3'
....


I'm seeing:
--- BUN INSTALL ---

bun install v1.2.3 (8c4d3ff8)
Resolving dependencies
Resolved, downloaded and extracted [163]
error: GET https://registry.npmjs.org/@wopehq%2fserp-config - 404
error: @wopehq/serp-config@latest failed to resolve
--- BUN INSTALL ---

bun install v1.2.3 (8c4d3ff8)
Resolving dependencies
Resolved, downloaded and extracted [163]
error: GET https://registry.npmjs.org/@wopehq%2fserp-config - 404
error: @wopehq/serp-config@latest failed to resolve


Is there a reason why bun isn't picking up the registry config?
Screenshot_2025-03-30_at_8.55.20_PM.png
WindmillJoin
3,362Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements
Recent Announcements
henri-c

Weekly kenote to tell you about our latest updates https://discord.com/channels/930051556043276338/1278977038430240813 https://youtube.com/live/2dGd9TdT8xs?feature=share

henri-c · 4d ago

Pyra

### HTTP tracing (EE) Capture HTTP requests made by job scripts as observability spans Features: - View HTTP request traces (method, URL, status, timing) in the job details UI - Auto-instrumentation for Native TypeScript, MITM proxy for other languages - Integrates with external OpenTelemetry collectors changelog: https://www.windmill.dev/changelog/http-tracing docs: https://www.windmill.dev/docs/advanced/instance_settings#http-tracing Additionally jobs memory metrics are now fully OSS!

Pyra · 2w ago

henri-c

First keynote of the year here https://discord.com/channels/930051556043276338/1278977038430240813 🙂

henri-c · 4w ago

Similar Threads

Intermittent 401 errors on private NPM packages
invakid404Iinvakid404 / help
12mo ago
Bun - not working typescript intellisense on imported npm modules
ReiRRei / help
3y ago
Importing local dependencies like in in airplane (not from a private npm package)
golearyGgoleary / help
3y ago
smtp not working
Grégory LASSERREGGrégory LASSERRE / help
12mo ago