-1

I run the command "npm run dev" then I get this error on IE11. Other browsers are still normal. "npm run start" runs normally. thank you enter image description here

1 Answers1

0

That happens when some part features of your code is not supported by the browser. Your problem might be similar to this: IE11 throwing "SCRIPT1014: invalid character" where all other browsers work

orangesheep
  • 195
  • 3
  • 13