We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fresh install with node@18 and pnpm@8, then pnpm build:npm on branch beta throws this :
pnpm build:npm
@socialgouv/e2esdk-devtools:build:npm: > tsup @socialgouv/e2esdk-devtools:build:npm: @socialgouv/e2esdk-devtools:build:npm: CLI Building entry: src/index.tsx @socialgouv/e2esdk-devtools:build:npm: CLI Using tsconfig: tsconfig.json @socialgouv/e2esdk-devtools:build:npm: CLI tsup v6.7.0 @socialgouv/e2esdk-devtools:build:npm: CLI Using tsup config: /Users/julienb/projects/mas/e2esdk2/packages/devtools/package.json @socialgouv/e2esdk-devtools:build:npm: CLI Target: esnext @socialgouv/e2esdk-devtools:build:npm: DTS Build start @socialgouv/e2esdk-devtools:build:npm: failed to load config from /Users/julienb/projects/mas/e2esdk2/packages/devtools/vite.config.ts @socialgouv/e2esdk-devtools:build:npm: error during build: @socialgouv/e2esdk-devtools:build:npm: Error: TLS configuration is required in a local development environment. @socialgouv/e2esdk-devtools:build:npm: @socialgouv/e2esdk-devtools:build:npm: -> See docs/docs/contributing/development-environment.md to get started. @socialgouv/e2esdk-devtools:build:npm: @socialgouv/e2esdk-devtools:build:npm: at loadTlsCertificates (file:///Users/julienb/projects/mas/e2esdk2/packages/devtools/vite.config.ts.timestamp-1681419014463.mjs:32:13) @socialgouv/e2esdk-devtools:build:npm: at file:///Users/julienb/projects/mas/e2esdk2/packages/devtools/vite.config.ts.timestamp-1681419014463.mjs:42:13 @socialgouv/e2esdk-devtools:build:npm: at ModuleJob.run (node:internal/modules/esm/module_job:194:25) @socialgouv/e2esdk-devtools:build:npm: ELIFECYCLE Command failed with exit code 1. @socialgouv/e2esdk-devtools:build:npm: ELIFECYCLE Command failed. @socialgouv/e2esdk-devtools:build:npm: ERROR: "build:npm:bundle" exited with 1. @socialgouv/e2esdk-devtools:build:npm: ELIFECYCLE Command failed with exit code 1. @socialgouv/e2esdk-devtools:build:npm: ERROR: command finished with error: command (/Users/julienb/projects/mas/e2esdk2/packages/devtools) pnpm run build:npm exited (1) command (/Users/julienb/projects/mas/e2esdk2/packages/devtools) pnpm run build:npm exited (1) ERROR run failed: command exited (1) ELIFECYCLE Command failed with exit code 1.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Fresh install with node@18 and pnpm@8, then
pnpm build:npm
on branch beta throws this :The text was updated successfully, but these errors were encountered: