Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Problem running template #424

amartinAIDIMME started this conversation in General
Discussion options

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:

Uncaught SyntaxError: Unexpected token '<' (at index.js:10:3)
The error is in the < character of this line at index.js:

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(


,
)

You must be logged in to vote

Replies: 1 comment

Comment options

You can try clear node modules and npm i. Good luck

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants
Morty Proxy This is a proxified and sanitized view of the page, visit original site.