$ rnv new - Done! 🚀
┌──────────────────────────────────────────────────────────────────────────────┐
│ 🚀 SUMMARY | 10/9/2023, 12:11:33 PM │
│ $ rnv new │
├──────────────────────────────────────────────────────────────────────────────┤
│ ReNative Version: 1.0.0-canary.1 │
│ Project Name ($package.name): undefined │
│ Project Version ($package.version): undefined │
│ Build Scheme (-s): debug │
│ Env Info: darwin | x64 | node v18.18.0 │
│ Executed Time: 0h:0m:0s:20ms │
│ │
│ All good as 🦄 │
│ │
└──────────────────────────────────────────────────────────────────────────────┘
➜ ~/Desktop/tests
**Expected behavior**
New project is created
**Desktop (please complete the following information):**
- OS: macOS Ventura 13.5.2
- Node Version 18.18.0
- RNV Version 1.0.0-canary.1
Describe the bug Can't create new project on rnv 1.0.0-canary.1
To Reproduce
npx rnv new
┌──────────────────────────────────────────────────────────────────────────────┐ │ │ │ ██████╗ ███████╗███╗ ██╗ █████╗ ████████╗██╗██╗ ██╗███████╗ │ │ ██╔══██╗██╔════╝████╗ ██║██╔══██╗╚══██╔══╝██║██║ ██║██╔════╝ │ │ ██████╔╝█████╗ ██╔██╗ ██║███████║ ██║ ██║██║ ██║█████╗ │ │ ██╔══██╗██╔══╝ ██║╚██╗██║██╔══██║ ██║ ██║╚██╗ ██╔╝██╔══╝ │ │ ██║ ██║███████╗██║ ╚████║██║ ██║ ██║ ██║ ╚████╔╝ ███████╗ │ │ ╚═╝ ╚═╝╚══════╝╚═╝ ╚═══╝╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═══╝ ╚══════╝ │ │ │ │ Version: 1.0.0-canary.1 │ │ https://renative.org/ │ │ 🚀 Firing up!... │ │ $ rnv new │ │ Start Time: 10/9/2023, 12:11:33 PM │ │ │ └──────────────────────────────────────────────────────────────────────────────┘
[ task ] registerEngine:engine-core[1] [ task ] configureRuntimeDefaults[1] appId:null [ task ] checkAndMigrateProject[1] [ task ] loadPluginTemplates[1] RNV Cannot find package: /Users/gabriele/.nvm/versions/node/v18.18.0/lib/node_modules/rnv/node_modules/@rnv/@flexn/plugins
$ rnv new - Done! 🚀 ┌──────────────────────────────────────────────────────────────────────────────┐ │ 🚀 SUMMARY | 10/9/2023, 12:11:33 PM │ │ $ rnv new │ ├──────────────────────────────────────────────────────────────────────────────┤ │ ReNative Version: 1.0.0-canary.1 │ │ Project Name ($package.name): undefined │ │ Project Version ($package.version): undefined │ │ Build Scheme (-s): debug │ │ Env Info: darwin | x64 | node v18.18.0 │ │ Executed Time: 0h:0m:0s:20ms │ │ │ │ All good as 🦄 │ │ │ └──────────────────────────────────────────────────────────────────────────────┘ ➜ ~/Desktop/tests