Problem running template #424
amartinAIDIMME
started this conversation in
General
Replies: 1 comment
-
You can try clear node modules and npm i. Good luck |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I downloaded the last release, and I run npm install and npm start, with no error at the server console.
But, the page does not load in the browser, and I have an error at the browser console:
This is the content of index.js (at the browser):
import React from 'react'
import { createRoot } from 'react-dom/client'
import { Provider } from 'react-redux'
import 'core-js'
import App from './App'
import store from './store'
createRoot(document.getElementById('root')).render(
,
)
Beta Was this translation helpful? Give feedback.
All reactions