question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

ui-kitten: Not found

See original GitHub issue

Issue 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:closed
  • Created 4 years ago
  • Comments:9

github_iconTop GitHub Comments

1reaction
artyorshcommented, Oct 4, 2019

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 with npm un -g react-native-cli and make sure, that running which react-native-cli results with react-native-cli not found

image

That’s why you should use npx

0reactions
artyorshcommented, Dec 4, 2019

@Haga14 published 🎉

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found