Venta
Venta4w ago

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?
No description
3 Replies
rubenf
rubenf4w ago
I will take a look later today @Venta do you have the issue when doing test in the preview editor?
rubenf
rubenf4w ago
I can't easily reproduce:
No description
rubenf
rubenf4w ago
No description

Did you find this page helpful?