Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 5 days ago.
Improve this question
I'm getting error while hosting REACT APP on hostinger using github. It is showing composer.lock and composer.json file is missing.
Anyone who were facing same issue can help me.
I have add composer file on it but still build is not creating only github pushed file is in the hostinger public_html.
Related
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 3 days ago.
Improve this question
I am new to remix and I want to know how to be able to set up a remix project and use aws cdk for my server.
Is there a way to do this as there a no tutorials online?
Can you just run cdk init in your remix project and then add a lambda handler somehow?
Any help would be amazing! Thanks!
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed last month.
Improve this question
Without the TOML file, the reload error occurs.
You can use _redirect file in your public directory. That worked for me.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 1 year ago.
Improve this question
In my project i use "tailwindcss". I don't have any error but my project don't load. Just website loading and it's all. I give my github repo instead code, beacause i don't know, where problem. I hope, i can write links
Project - https://github.com/kirilchistov/react-movies
Problem:
there is a loop in you header file. for the default path <popular/> is called which calls <header/> which again calls <popular/>. you should do all the route management in the app.jsx file.
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 2 years ago.
Improve this question
While creating a new project of react we use:
creat-react-app HelloWorld --script-version 1.1.5
So what is --script-version in it?
Create React App uses a package called react-scripts to do a lot of the work in the background.
This argument sets the version of react-scripts to use
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 7 years ago.
Improve this question
I have downloaded the library for including Toasts in CN1, but I am not sure how to install/add it to NetBeans.
Could you guide me?
Just place the cn1lib file in the lib directory. Right click the project and select the "Refresh Libs" option. The API of the library should now be available to you.