Node Error: resolve-url-loader: CSS error

前端 未结 4 2005
星月不相逢
星月不相逢 2021-02-19 17:35

I am trying to run a react project as dev server on my surface, and if gives me the error shown below and in the title. When I am running the same config on my pc I am not havin

4条回答
  •  一整个雨季
    2021-02-19 18:27

    I had this same error. To fix this, I had to navigate to

    node_modules/resolve-url-loader

    open

    index.js

    and under var options change removeCR from "false" to "true".

提交回复
热议问题