Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

190
Views
Heroku SyntaxError: token inesperado '<' al implementar la aplicación PERN

Creé una aplicación PERN y estoy tratando de ponerla en funcionamiento en Heroku. Sigo recibiendo el error:

 file:///app/Client/index.js:12 <Provider store={store}> ^ SyntaxError: Unexpected token '<'

Esto está en el archivo index.js:

 import React from 'react'; import ReactDOM from 'react-dom'; import App from './app.js' import { Provider } from 'react-redux'; import { store } from './store.js'; ReactDOM.render( <Provider store={store}> <App /> </Provider>, document.getElementById('root') );

Con paquete.json:

 { "name": "e-comm2", "version": "1.0.0", "homepage": "https://pern-e-commerce.herokuapp.com/", "description": "", "type": "module", "main": "Client/index.js", "scripts": { "test": "jest", "build": "webpack", "start": "node Client/index.js", "dev-start": "webpack-dev-server --mode development --open --hot" } //dependencies omitted }

Cualquier ayuda para señalarme en la dirección correcta sería realmente apreciada. Gracias

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!