-
### Package.json file
```JSON
{
"name": "medusa-starter-default",
"version": "0.0.1",
"description": "A starter for Medusa projects.",
"author": "Medusa (https://medusajs.com)",
"licen…
-
对于v53.6.3(release),这个版本的packages.json中,react-scripts的版本为 3.4.1
而在v54.0.6 (git clone),这个版本的packages.json中,react-scripts的版本为 5.0.1
npm install以后,如果react-scripts的版本为 5.0.1,那么会有一个报错,导致无法运行
![image](htt…
-
**Describe the bug or question**
I've been following the quick start guide without **single-spa Layout Engine** to develop **REACT** application, but I'm getting **Cannot read properties of undefined…
-
Currently using react-scripts 3.4.3. As part of this ticket, we should be upgrading to react-scripts 5.0. This is a breaking change. This fails for all tests that run firestore. (Timebox - 0.5 days)
-
- React 환경 세팅
- package.json에 react 및 react-dom 18.3.1버전으로 세팅
- package.json에 react-scripts 5.0.1버전으로 세팅
- gitignore
- node_modules은 package.json으로 설정해놔서 npm_install하면 설치하면 끝나는건데 그대로 p…
-
Hey I'm getting the error below when I npm run dev.
`sh: 1: react-scripts: not found
[1] npm ERR! file sh
[1] npm ERR! code ELIFECYCLE
[1] npm ERR! errno ENOENT
[1] npm ERR! syscall spawn
[1] np…
-
I am trying to make use of this tool in following contrived example and the tool tip doesn't seem to be rendering correctly. Not sure what is wrong. Please suggest!
https://github.com/uiwjs/react-h…
-
Hi All,
I am getting the dependency error while running npm install from the ADO build pipeline.
I tried --force but still the same problem.
After adding react-rte packge, ADO pipeline is failing…
-
### **Description**
We need to create CLI scripts for generating component templates. The CLI should prompt the user to specify whether the component is for React or React Native, as well as ask fo…
-
**Bug description:**
Whenever navigating within a WebView screen in the app, if the source is HTML, the back behavior doesn't work as expected. On iOS, the goBack property is always false, and on…