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.

You can now use the new CLI to create a project 🎉 : `npx react-native init MyApp --template react-native-template-typescript@next`

See original GitHub issue

You can now use the new CLI to create a project 🎉 : npx react-native init MyApp --template react-native-template-typescript@next

_Originally posted by @emin93 in https://github.com/react-native-community/react-native-template-typescript/issues/38#issuecomment-509919457_

Issue Analytics

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

github_iconTop GitHub Comments

3reactions
radko93commented, Sep 19, 2019

@roybarman please don’t do npm install -g react-native-cli, it does not make any sense now

2reactions
roybarmancommented, Sep 17, 2019

I had the exact same issue as @Yashas0796 . The following exact commands (in this following order) resolved it. $ npm uninstall -g react-native-cli $ npm install -g react-native-cli $ react-native init MyApp

Read more comments on GitHub >

github_iconTop Results From Across the Web

react-native-template-typescript - npm
Start using react-native-template-typescript in your project by running ... If you wish to not use npx , you can also install the new...
Read more >
Install in React Native project - NativeBase
Create a new project using ReactNative CLI with NativeBase template ... npx react-native init MyApp --template @native-base/react-native-template.
Read more >
How to Create a React App with a Node Backend
First create a folder for your project, called react-node-app (for example). Then, drag that folder into your code editor. To create our Node ......
Read more >
How to build a React library using TypeScript - Prateek Surana
Also, thanks to NPM, publishing a new JavaScript module has never been easier. All you need to do is point the main JavaScript...
Read more >
Tutorial - Set up fullstack project - React Native - Amplify Docs
Next, install the local Amplify dependencies. The directions here will depend on whether you are using Expo or the React Native CLI. ......
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