ui-kitten: Not found
See original GitHub issueIssue type
I’m submitting a …
- bug report
- feature request
Issue description
Current behavior: I try to init new project, but:
✖ Downloading template
error Error: Command failed: yarn add ui-kitten
error An unexpected error occurred: "https://registry.yarnpkg.com/ui-kitten: Not found".
Expected behavior: Init new project with ui-kitten template
Steps to reproduce: Just follow documentation:
npx react-native init AwesomeApp --template ui-kitten
OS, device, package version
yarn: 1.17.3
npm: 6.9.0
npx: 6.9.0
node: 10.16.1
OS: Ubuntu 18.04
Issue Analytics
- State:
- Created 4 years ago
- Comments:9
Top Results From Across the Web
UI Kitten - Running on the Web - GitHub Pages
Starting from version 4.1, UI Kitten has built-in support for web sites using React Native Web. IMPORTANT. This has not yet been widely...
Read more >UI Kitten - Getting Started - GitHub Pages
New Apps. This guide will help you to init an application using UI Kitten template project. First, make sure you have the right...
Read more >UI Kitten - Where to start? - GitHub Pages
UI Kitten is a framework of UI components powered by Eva Design System. Go through the tutorial and be familiar with basic React...
Read more >UI Kitten - Input - component overview - GitHub Pages
Rendering of React Native components in a web browser is an experimental feature and may contain issues.
Read more >UI Kitten - List - component overview - GitHub Pages
It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. By Wikipedia. Powered by React Native ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
This works only with latest version of react-native-cli Consider following this guide. In a few words, you should remove
react-native-cli
globally withnpm un -g react-native-cli
and make sure, that runningwhich react-native-cli
results withreact-native-cli not found
That’s why you should use npx
@Haga14 published 🎉