renep
CDCloudflare Developers
•Created by renep on 3/13/2025 in #pages-help
Vite+react+tsx webpage not building wrangler
I am trying to setup this gh-pages website on Cloudflare, but i have an error with wrangler. This is the website(https://renepruu.github.io/tehnosysteemid.ee/). As i understand i should not need the wrangler for this kind of website, but i could be wrong. The error:
2025-03-06T11:37:36.831Z Initializing build environment... 2025-03-06T11:37:44.184Z Success: Finished initializing build environment 2025-03-06T11:37:44.313Z Cloning repository... 2025-03-06T11:37:44.951Z Detected the following tools from environment: [email protected], [email protected] 2025-03-06T11:37:44.954Z Installing project dependencies: npm clean-install --progress=false 2025-03-06T11:37:46.172Z
2025-03-06T11:37:46.173Z added 8 packages, and audited 9 packages in 893ms 2025-03-06T11:37:46.174Z
2025-03-06T11:37:46.174Z found 0 vulnerabilities 2025-03-06T11:37:46.214Z Executing user deploy command: npx wrangler deploy 2025-03-06T11:37:47.152Z npm warn exec The following package was not found and will be installed: [email protected] 2025-03-06T11:37:51.892Z npm warn deprecated [email protected]: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-inject. 2025-03-06T11:37:51.989Z npm warn deprecated [email protected]: Please use @jridgewell/sourcemap-codec instead 2025-03-06T11:37:56.301Z
2025-03-06T11:37:56.302Z ⛅️ wrangler 3.113.0 2025-03-06T11:37:56.302Z -------------------- 2025-03-06T11:37:56.302Z
2025-03-06T11:37:56.308Z
2025-03-06T11:37:56.361Z ✘ [ERROR] Missing entry-point: The entry-point should be specified via the command line (e.g.
2025-03-06T11:37:56.362Z
2025-03-06T11:37:36.831Z Initializing build environment... 2025-03-06T11:37:44.184Z Success: Finished initializing build environment 2025-03-06T11:37:44.313Z Cloning repository... 2025-03-06T11:37:44.951Z Detected the following tools from environment: [email protected], [email protected] 2025-03-06T11:37:44.954Z Installing project dependencies: npm clean-install --progress=false 2025-03-06T11:37:46.172Z
2025-03-06T11:37:46.173Z added 8 packages, and audited 9 packages in 893ms 2025-03-06T11:37:46.174Z
2025-03-06T11:37:46.174Z found 0 vulnerabilities 2025-03-06T11:37:46.214Z Executing user deploy command: npx wrangler deploy 2025-03-06T11:37:47.152Z npm warn exec The following package was not found and will be installed: [email protected] 2025-03-06T11:37:51.892Z npm warn deprecated [email protected]: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-inject. 2025-03-06T11:37:51.989Z npm warn deprecated [email protected]: Please use @jridgewell/sourcemap-codec instead 2025-03-06T11:37:56.301Z
2025-03-06T11:37:56.302Z ⛅️ wrangler 3.113.0 2025-03-06T11:37:56.302Z -------------------- 2025-03-06T11:37:56.302Z
2025-03-06T11:37:56.308Z
2025-03-06T11:37:56.361Z ✘ [ERROR] Missing entry-point: The entry-point should be specified via the command line (e.g.
wrangler deploy path/to/script
) or the main
config field.
2025-03-06T11:37:56.362Z2025-03-06T11:37:56.362Z
1 replies