DEV Community

AHMED HAFDI
AHMED HAFDI

Posted on

1

You don't seem to have a generator with the name “react-native-ignite:model” installed.

You don't seem to have a generator with the name “react-native-ignite:model” installed.
But help is on the way:

You can see available generators via npm search yeoman-generator or via http://yeoman.io/generators/.
Install them with npm install generator-react-native-ignite.

To see all your installed generators run yo without any arguments. Adding the --help option will also show subgenerators.

If yo cannot find the generator, run yo doctor to troubleshoot your system.

solution :

there are 2 solutions

1)run this command npm install generator-react-native-ignite (or with yarn)
2°if 1 didnt work then you have to follow these steps :
download this folder ( ignite ) ( https://drive.google.com/drive/folders/14thitkLxWl93OJ_z2EndeIcZhAaeBIJ0?usp=sharing)
3)you put the folder on this path "project_ignite/app/"
then install ignite react native genetator : use this command npm install generator-react-native-ignite (or with yarn)
4)now you can generate anything you want ( screens , models ..etc ) ( for example generate a model named hello npx ignite-cli generate model hello)

Sentry blog image

How to reduce TTFB

In the past few years in the web dev world, we’ve seen a significant push towards rendering our websites on the server. Doing so is better for SEO and performs better on low-powered devices, but one thing we had to sacrifice is TTFB.

In this article, we’ll see how we can identify what makes our TTFB high so we can fix it.

Read more

Top comments (1)

Collapse
 
hafdiahmed profile image
AHMED HAFDI

npm install generator-react-native-ignite (or with yarn)

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay