cadomani / course-management-system

Group project for Software Modeling and Design (COMP3700)
https://cms.kltpzyxm.live
3 stars 1 forks source link

Frontend build compiles but crashes on load #44

Closed cadomani closed 2 years ago

cadomani commented 2 years ago

Console error: Uncaught TypeError: jsxDevRuntime.exports.jsxDEV is not a function

Occurs on:

  1. npm run build
  2. npm run serve
  3. Navigate to site
cadomani commented 2 years ago

Problem was a NODE_ENV environment variable that was not unset during build, it is not needed and may be removed.