VentaV
Windmill9mo ago
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'
....


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


Is there a reason why bun isn't picking up the registry config?
Screenshot_2025-03-30_at_8.55.20_PM.png
Was this page helpful?