[webos, tizen, tizenwatch, kaios] template starter is failing to run after yarn bootstrap
Opened this issue · 1 comments
GabrieleKaceviciute commented
Describe the bug
Can't run template starter after yarn bootstrap on webos, tizen.
Note: It works if you try to run other platform, e.g. web, first time after yarn bootstrap.
To Reproduce
- Do
yarn bootstrap-clean - Run
npx rnv run -p weboson template-starter -> error
Expected behavior
App launches on simulator
Screenshots or copy&paste
➜ template-starter git:(1.9.0-rc.0) ✗ npx rnv run -p webos
┌─────────────────────────────────────────────────────────────────┐
│ ██████╗ ███████╗███╗ ██╗ █████╗ ████████╗██╗██╗ ██╗███████╗ │
│ ██╔══██╗██╔════╝████╗ ██║██╔══██╗╚══██╔══╝██║██║ ██║██╔════╝ │
│ ██████╔╝█████╗ ██╔██╗ ██║███████║ ██║ ██║██║ ██║█████╗ │
│ ██╔══██╗██╔══╝ ██║╚██╗██║██╔══██║ ██║ ██║╚██╗ ██╔╝██╔══╝ │
│ ██║ ██║███████╗██║ ╚████║██║ ██║ ██║ ██║ ╚████╔╝ ███████╗ │
│ ╚═╝ ╚═╝╚══════╝╚═╝ ╚═══╝╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═══╝ ╚══════╝ │
│ 🚀 v:1.9.0-rc.0 | renative.org | 1/2/2025, 11:30:27 AM │
│ $ rnv run -p webos │
└─────────────────────────────────────────────────────────────────┘
error: ⨯ Platform webos is not supported!
error: ⨯ Platform webos is not supported!
┌─────────────────────────────────────────────────────────────────┐
│ ⨯ SUMMARY | 1/2/2025, 11:30:27 AM | rnv@1.9.0-rc.0 │
│ $ rnv run -p webos │
├─────────────────────────────────────────────────────────────────┤
│ Project: @rnv/template-starter@1.9.0-rc.0 │
│ Workspace: rnv │
│ Platform (-p): webos │
│ Template: @rnv/template-starter │
│ Build Scheme (-s): debug │
│ Env Info: darwin | arm64 | node v18.19.0 │
│ Executed Time: 0h:0m:0s:103ms │
│ error: ⨯ Platform webos is not supported!
└─────────────────────────────────────────────────────────────────┘
Desktop (please complete the following information):
- OS: macOS Sequoia v15.0.1 M2
- Node Version 18.19.0
- RNV Version 1.9.0-rc.0
GabrieleKaceviciute commented
Need to test kaios.
Other platforms work fine