Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

feat/3d-snippet

feat/3d-snippet #151

This check has been archived and is scheduled for deletion. Learn more about checks retention
GitHub Actions / Release failed Dec 25, 2023 in 0s

Errors 1

Found 1 errors

Annotations

Check failure on line 1 in landing/entrypoints/renderer/package.json

See this annotation in the file changed.

@github-actions github-actions / Release

Error release workspace @landing/renderer-entrypoint

Exit code 1
Raw output
warn  - No build cache found. Please configure build caching for faster rebuilds. Read more: https://nextjs.org/docs/messages/no-cache
Attention: Next.js now collects completely anonymous telemetry regarding usage.
This information is used to shape Next.js' roadmap and prioritize features.
You can learn more, including how to opt-out if you'd not like to participate in this anonymous program, by visiting the following URL:
https://nextjs.org/telemetry

info  - Skipping validation of types...

warn  - Linting is disabled
warn  - You have enabled experimental feature(s).
warn  - Experimental features are not covered by semver, and may cause unexpected or broken application behavior. Use them at your own risk.

It looks like you're trying to use TypeScript but do not have the required package(s) installed.

Please install @types/react by running:

	npm install --save-dev @types/react

If you are not trying to use TypeScript, please remove the tsconfig.json file from your package root (and any TypeScript files in your pages directory).