I have a react app, created using create-react-app. After I run npm run build, and deploy the app as a static site, everything works except when I refresh the
I am trying to deploy a react app bootstrapped with create-react-app to heroku. The build keeps failing, and I get this error on the command line and in the bui
When I follow the instructions found here and add the import reference as they specify: import "@ui5/webcomponents/dist/Button"; the application works fine a
I want a Config File (JSON) in root folder after build to config my app. like Translation and API Urls and ... Can I do this with create react app?
I am using the latest version of create-react-app. I have searched all tutorials and tried a few websites with different tutorials but I am not getting errors.
Trying to install eslint into create-react-app, but get next error when running linter: Here is my .eslintrc config file: { "extends": ["airbnb", "prettie
I am using Microsoft.DotNet.Web.Spa.ProjectTemplates::2.0.0-rc1-final which internally uses Create-react-app and AspnetCore.ReactDevelopmentServer My Dev. Envi
I am trying to migrate from NPM to Yarn for the sole reason of getting rid of 'node_modules' folder. I am trying to use CRA tool. However, on CRA it advises to
I created a pure React application using create-react-app. I would like to extend the String class and use it in one or more components. For example: String.pr
I want to initialise a repository with the following folder structure. main-folder |-- project_backend |-- project-frontend Just for reference, the backend
I tried a lot, but my projects don't run with yarn, while already worked(made with create-react-app). I tried: yarn install - npm install --global yarn - npm up
So I'm trying to run reactjs official tutorial and with the first line of code: npx create-react-app react-tutorial ...I get the following error: npx: inst
Background I've been following more or less the official guide to setup a local dev environment with react and it seems to use create-react-app, which sets up
When I try to install create-react-app (or nodemon) globally or even within a project, I get the following error. However, I can install other packages perfectl
I am trying to use npx create-react app but i have errors that is shown below: npm ERR! Unexpected end of Json input while parsing near '...eact-app/-/create-r
When I try to run a simple npx create-react-app i received this error: D:\>npx create-react-app abc npx: installed 67 in 4.255s Creating a new React app in
I am using create-react-app to develop my react app and deploy it to Github pages. My app works correctly on development. But when I deploy, it successfully dep
I just started using create-react-app with typescript create-react-app my-app --scripts-version=react-scripts-ts and the default tslint.json configuration d
I have kind of a basic question about webpack and react that I can use help with (around code obfuscation/uglification). I am using create-react-app for my ap
I am trying to set up different environment files in a React project (using create-react-app). I following the official documentation but I am getting an error: