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: npm@10.8.3, nodejs@22.9.0 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: wrangler@3.113.0 2025-03-06T11:37:51.892Z npm warn deprecated rollup-plugin-inject@3.0.2: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-inject. 2025-03-06T11:37:51.989Z npm warn deprecated sourcemap-codec@1.4.8: 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: npm@10.8.3, nodejs@22.9.0 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: wrangler@3.113.0 2025-03-06T11:37:51.892Z npm warn deprecated rollup-plugin-inject@3.0.2: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-inject. 2025-03-06T11:37:51.989Z npm warn deprecated sourcemap-codec@1.4.8: 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
0 Replies