react-director-admin-template icon indicating copy to clipboard operation
react-director-admin-template copied to clipboard

Uncaught SyntaxError: Unexpected token <" error when i run webpack.dev.config

Open chandanv03 opened this issue 7 years ago • 1 comments

@MacKentoch: I need your help in resolving an issue i) I run npm run dev to build the app.bundle.js file it does sucessfully ii) Then npm start to run the application, I get the below error in console as i have added app.bundle.js in index.html file.

Uncaught SyntaxError: Unexpected token < in app.bundle.js

I want to deploy this application to run via apache.

please help me out.

Thanks

chandanv03 avatar Aug 07 '18 05:08 chandanv03

Please ensure you are running Node JS 8.x (and not more or less).

Please provide more information to be able to :

Version

0.9.0

Platform

macOS | windows | linux

OS version

macOS 10.14.x | windows 10 (patch XXX) | linux Ubuntu 18.x

Steps to reproduce

Expected behavior

What should happen

Actual behavior

What is happening

MacKentoch avatar Mar 01 '19 05:03 MacKentoch