search

Home  >  Q&A  >  body text

javascript - vue npm run dev error

It was fine last week, but an error was reported today

PHP中文网PHP中文网2804 days ago378

reply all(1)I'll reply

  • 某草草

    某草草2017-05-19 10:41:50

    Try to comment out the css configuration part in the webpack configuration

       // {
          //   test:/\.css$/,
          //   loader:'css-loader!style-loader',
          // },

    If it doesn’t work, reinstall itvue-style-loadercss-loader

    npm i vue-style-loader --save-dev
    npm i css-loader --save-dev

    reply
    0
  • Cancelreply