You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 8, 2021. It is now read-only.
Hi, I have run through the npm install which succeeded then when I ran npm start i was presented with the error see in the attached image. The server did start but the browser console also complains that it cannot find ./client/main.jsx
I am running node 6.5 and npm 3.10.3
Chrome console error:
The text was updated successfully, but these errors were encountered:
i encountered the same problem.
I figured that the precompiling was not able to recognize the JSX Syntax.
To fix this i explicitly defined all the babel plugins specified in the package.json inside the webpack loader.
Hi, I have run through the
npm install
which succeeded then when I rannpm start
i was presented with the error see in the attached image. The server did start but the browser console also complains that it cannot find./client/main.jsx
I am running node 6.5 and npm 3.10.3
Chrome console error:
The text was updated successfully, but these errors were encountered: