Open phifa opened 4 years ago
I have the same issue. Diving into the js, the error seems to originate from the second line of this block,
/******/ // __webpack_public_path__
/******/ __webpack_require__.p = "";,var getCurrentScript = function() {
/******/ var script = document.currentScript;
/******/ if (!script) {
/******/ /* Shim for IE11 and below */
/******/ /* Do not take into account async scripts and inline scripts */
/******/
/******/ var doc_scripts = document.getElementsByTagName('script');
/******/ var scripts = [];
/******/
/******/ for (var i = 0; i < doc_scripts.length; i++) {
/******/ scripts.push(doc_scripts[i]);
/******/ }
/******/
/******/ scripts = scripts.filter(function(s) { return !s.async && !s.text && !s.textContent; });
/******/ script = scripts.slice(-1)[0];
/******/ }
/******/
/******/ return script;
/******/ };
I am not really sure how to proceed.
I followed the Readme instructions and ran
npm start
, the terminal looks good, but when I open the browser I get a white page and the browser console says:SyntaxError: expected expression, got ','
This is what my terminal says:
Browser Console: