unable to create new app from template
See original GitHub issueIssue 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:
- Created 4 years ago
- Comments:10
Top 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 >
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
@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!
@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)