在本地启动mysql服务器然后再npn run serve运行项目时候,报了好多错,最后也没有出现页面,错误部分如下:
。。。。。。。。。。。。。。。。
33 active …VUE项目\16.VUE项目\资料\vue-cms\node_modules\core-js\modules\es.regexp.to-stri66% building 531/565 modules 34 active …VUE项目\资料\vue-cms\node_modules\core-js\modules\web.dom-collections.iterator66% building 531/566 modules 35 active …UE项目\16.VUE项目\资料\vue-cms\node_modules\core-js\internals\string-trim-forced.js
Replace Autoprefixer browsers option to Browserslist config.
Use browserslist key in package.json or .browserslistrc file.

Using browsers option can cause errors. Browserslist config
can be used for Babel, Autoprefixer, postcss-normalize and other tools.

If you really need to use option, rename it to overrideBrowserslist.

Learn more at:
https://github.com/browserslist/browserslist#readme
https://twitter.com/browserslist

66% building 532/566 modules 34 active …UE项目\16.VUE项目\资料\vue-cms\node_modules\core-js\internals\string-trim-forced.js
Replace Autoprefixer browsers option to Browserslist config.
Use browserslist key in package.json or .browserslistrc file.

Using browsers option can cause errors. Browserslist config
can be used for Babel, Autoprefixer, postcss-normalize and other tools.

If you really need to use option, rename it to overrideBrowserslist.

Learn more at:
https://github.com/browserslist/browserslist#readme
https://twitter.com/browserslist

66% building 533/566 modules 33 active …UE项目\16.VUE项目\资料\vue-cms\node_modules\core-js\internals\string-trim-forced.js
Replace Autoprefixer browsers option to Browserslist config.
Use browserslist key in package.json or .browserslistrc file.

Using browsers option can cause errors. Browserslist config
can be used for Babel, Autoprefixer, postcss-normalize and other tools.

If you really need to use option, rename it to overrideBrowserslist.

Learn more at:
https://github.com/browserslist/browserslist#readme
https://twitter.com/browserslist

66% building 534/566 modules 32 active …UE项目\16.VUE项目\资料\vue-cms\node_modules\core-js\internals\string-trim-forced.js
Replace Autoprefixer browsers option to Browserslist config.
Use browserslist key in package.json or .browserslistrc file.

Using browsers option can cause errors. Browserslist config
can be used for Babel, Autoprefixer, postcss-normalize and other tools.

If you really need to use option, rename it to overrideBrowserslist.

Learn more at:
https://github.com/browserslist/browserslist#readme
https://twitter.com/browserslist

66% building 535/566 modules 31 active …UE项目\16.VUE项目\资料\vue-cms\node_modules\core-js\internals\string-trim-forced.js
Replace Autoprefixer browsers option to Browserslist config.
Use browserslist key in package.json or .browserslistrc file.

Using browsers option can cause errors. Browserslist config
can be used for Babel, Autoprefixer, postcss-normalize and other tools.

If you really need to use option, rename it to overrideBrowserslist.

Learn more at:
https://github.com/browserslist/browserslist#readme
https://twitter.com/browserslist

66% building 536/566 modules 30 active …UE项目\16.VUE项目\资料\vue-cms\node_modules\core-js\internals\string-trim-forced.js
Replace Autoprefixer browsers option to Browserslist config.
Use browserslist key in package.json or .browserslistrc file.

Using browsers option can cause errors. Browserslist config
can be used for Babel, Autoprefixer, postcss-normalize and other tools.

If you really need to use option, rename it to overrideBrowserslist.

Learn more at:
https://github.com/browserslist/browserslist#readme
https://twitter.com/browserslist

66% building 537/566 modules 29 active …UE项目\16.VUE项目\资料\vue-cms\node_modules\core-js\internals\string-trim-forc66% building 537/567 modules 30 active …UE\16.VUE项目\16.VUE项目\资料\vue-cms\node_modules\core-js\internals\string-trim.js
Replace Autoprefixer browsers option to Browserslist config.
Use browserslist key in package.json or .browserslistrc file.

Using browsers option can cause errors. Browserslist config
can be used for Babel, Autoprefixer, postcss-normalize and other tools.

If you really need to use option, rename it to overrideBrowserslist.

Learn more at:
https://github.com/browserslist/browserslist#readme
https://twitter.com/browserslist
。。。。。。。。。。。。。。。。。
后来问同学,用了npm rebuild node-sass,npm update这两个命令,在命令行分别运行后,再重新运行npm run serve后就正常了,虽然上面错误还是有,但能跳出来页面了

nals\string-trim.js Replace Autoprefixer browsers option to Browserslist config. Use browserslis相关推荐

  1. C# Replace函数与JS replace函数

    C# Replace函数与JS replace函数 C#的Replace函数会替换掉字符串中的所有要替换的字符.而JS中的replace函数只是替换第一次遇到的这个字符,如果后面还有该字符则不替换.这 ...

  2. JS replace()方法替换变量(可以对变量进行全文替换)

    JS replace()方法替换变量(可以对变量进行全文替换) JS 替换一个多行文本的关键字 正常,没有变量的时候应该是这样: 把 a 替换成 b: string.replace("a&q ...

  3. java trim all,[JAVA中各种去除空格][java string.trim()][str.replaceAll去空格]

    有时候去除空格是件很烦的事,去空格我们也要详细了解一下他们的功能等,下面就罗列一下各个方法吧! 1. String.trim() trim()是去掉首尾空格 2.str.replace(" ...

  4. java中的string函数_java中string.trim()函数的作用实例及源码

    trim()的作用:去掉字符串首尾的空格. public static void main(String arg[]){ String a=" hello world "; Str ...

  5. JS replace()方法-字符串首字母大写

    replace() 方法用于在字符串中用一些字符替换另一些字符,或替换一个与正则表达式匹配的子串. replace()方法有两个参数,第一个参数是正则表达式,正则表达式如果带全局标志/g,则是代表替换 ...

  6. java中string.trim()函数

    string.trim()函数的作用: 将调用字符串中位于字符串前面和后面的空白符删除. 例如: String s=" hello world ";s.trim(); 输出: he ...

  7. tcl中的string trim使用时需要注意substring是一个集合

    如题: string trim string <substring> substring 默认为空 (bin) 72 % string trim "abcdefga" ...

  8. ie9支持string.trim()

    忽然间发现 ie9支持string.trim()! 搞得我以为我写的代码是对的,结过在别的浏览器上一测就报错了.

  9. java中trim_java中string.trim()函数的作用实例及源码

    trim()的作用:去掉字符串首尾的空格. public static void main(String arg[]){ String a=" hello world "; Str ...

  10. C++ STL string字符串替换 replace函数的使用

    //C++ string字符串替换 //replace()函数的使用 #include <iostream> #include <string> using namespace ...

最新文章

  1. python函数结构图_Python数据结构与算法之图结构(Graph)实例分析
  2. 【零基础学习iOS开发】【02-C语言】10-函数
  3. 关于企业的信息化建设
  4. qlineedit文本改变时_行文本编辑框QLineEdit及自动补全
  5. ubuntu9.10升级成功
  6. html里调用css的语句
  7. matlab求系统根轨迹代码_根轨迹法、PID参数整定和matlab指令计算
  8. PHP yii 框架源码阅读(一)
  9. 听说,高手都用记事本写C语言代码?
  10. 高级PHP工程师所应该具备的专业素养
  11. crt中 新建的连接存储在哪_数字存储示波器的VPO技术
  12. Java数据类型处理判断
  13. Test from Windows Live Writer
  14. winform listbox增加鼠标双击事件
  15. Python 实现导入三份EXCEL表自动生成每周的考核周报WORD文档
  16. 新建的工程没有Products和Frameworks文件夹
  17. 步进电机编写单4拍或4-8拍方式的汇编或c语言控制程序.,51单片机C语言和汇编控制28BYJ48步进电机程序...
  18. 转自一个计算机毕业生的求职经验
  19. Android 将本地资源图片转换成Drawable,进行设置大小
  20. 放肆的使用UIBezierPath和CAShapeLayer画各种图形(含仿微信视频眼镜Demo)

热门文章

  1. Riverbed宣布收购领先的Wi-Fi网络提供商Xirrus
  2. 基础-07-八大疑问词
  3. 顶级公司程序员,一天只写100行代码?
  4. 关于eml邮件解压使用
  5. 针式打印机 使用链式纸打印 如何配置纸张参数
  6. 边境的悍匪—机器学习实战:第十七章 使用自动编码器和GAN的表征学习和生成学习
  7. CCNP-OSPF中SPF(最短路径树)算法剖析,建树过程示例
  8. 疯狂游戏-研发一面-校招面经
  9. 电子书PDF文件的压缩实践
  10. 2429: [HAOI2006]聪明的猴子