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.

unable to create new app from template

See original GitHub issue

Issue type

I’m submitting a … (check one with “x”)

  • bug report
  • feature request

Issue description

Current behavior:

I’m running:

react-native init AwesomeApp --template ui-kitten

as described on the project page. I’m receiving the following error:

✖ Downloading template
error Error: Command failed: npm install --save --save-exact ui-kitten
npm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.npmjs.org/ui-kitten - Not found
npm ERR! 404 
npm ERR! 404  'ui-kitten@latest' is not in the npm registry.
npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
npm ERR! 404 
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.

Expected behavior:

The command should create a new app skeleton from template.

Steps to reproduce:

Run the command as described above.

Related code:

Not applicable.

Other information:

OS, device, package version

Mac OS X 10.14.6
npm 6.11.3
react-native 0.60.5

Note: the issue is reproducible with with and without yarn installed.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:10

github_iconTop GitHub Comments

1reaction
xfyrecommented, Sep 21, 2019

@artyorsh I dug into this briefly and found https://github.com/reagent-project/reagent/issues/330 (tl;dr - it claims that React context is supported, but somehow the issue is still open).

I’ll check this further, thanks for the pointer!

0reactions
artyorshcommented, Sep 23, 2019

@xfyre we use custom fonts in Kitten Tricks (OpenSans). You can try using custom fonts too, but it works properly in React with system fonts on both platforms (Roboto for Android and San Francisco for iOS)

Read more comments on GitHub >

github_iconTop Results From Across the Web

Unable to create an app by "Start from template"
I am a newbie and I am trying to create an app from a template. An example Model-driven app called “Fundraiser.” I get....
Read more >
Unable to create new project using template created with the ...
I can successfully create the project template and import it into VS using the Export Wizard. When I then try to use the...
Read more >
Error on create template app - Microsoft Power BI Community
When i try to create a template app i get an error: "There was a ... "Problem scope: Unable to create new template...
Read more >
Alert “Unable to create new file from template” #26672 - GitHub
The workaround seemed to be a permanent (so far!) fix for folders accessed via the files app "home" but it was noted it...
Read more >
Tutorial: Deploying a Hello World application
In this guide, you download, build, and deploy a sample Hello World application using AWS SAM. You then test the application in the...
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