logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

VMware虚拟机安装Linux教程(Windows版)

这里是修改安装方式,最小安装是只有命令行界面(大佬可选择)。这里我们选择 GNOME 桌面,然后点完成。读完秒就会显示如图界面,拉到底选择中文,然后选择简体中文。由于刚才没有连网,现在我们给他连网。

文章图片
#linux#windows#运维
npm notice created a lockfile as package-lock.json. You should commit this file.

npm notice created a lockfile as package-lock.json. You should commit this file.解决办法:在package.json中增加private字段,再重新运行,notice就没有了![在这里插入图片描述](https://img-blog.csdnimg.cn/6f3c7c440c7f42ab8ec6bf0c2346b4fc

#json#bug
error This module isn‘t specified in a package.json file.

error This module isn’t specified in a package.json file.报错如下:解决办法:首先先删除node_modules安装包,执行以下命令(没有 rimraf包的先安装 rimraf包 执行以下命令 npm install rimraf -g有的请忽略)rimraf node_modules其次,打开package.json文件然后再执行yarn

#json#npm#vue.js
Error:To install them, you can run: npm install --save vue-style-loader css-loader……

Error:npm install --save vue-style-loadercss-loader……报错如下:缺少相关依赖而导致的解决办法:如果是 常规 的,执行 npm install stylus-loader css-loader style-loader–save-dev 安装依赖就行。如果是 less 的,执行 npm install less less-loader --save

#vue.js#npm
【Vue指令】—v-if、v-show二者用法及区别

【Vue】—条件渲染v-if指令和v-show指令条件渲染一、v-if指令使用指令v-if,当指令的值是true时就渲染,是false就不渲染二、v-show指令使用v-show指令,当指令是true时就显示,是false就隐藏

#面试#css#html
【Vue2.0学习】— 列表排序(四十一)

从小到大排列(升序排列)从大到小排列(降序排列)

#学习#vue.js#前端
Vue中引入swiper插件报错:To install it, you can run: npm install --save swiper/css/swiper.css

Vue中引入swiper插件报错:To install it, you can run: npm install --save swiper/css/swiper.css今天在写项目的时候用到了Swiper插件,执行了npm install swiper vue-awesome-swiper --save,并且也引入了,按照他的提示执行最后还是报错将main.js 中 import 'swiper

#vue.js#css#npm
【Vue warn】If this is a native custom element, make sure to exclude it from component resolution ……

百度翻译一下:如果这是一个本地自定义元素,请务必通过编译器从组件分辨率中排除它。

#vue.js#前端#javascript
    共 40 条
  • 1
  • 2
  • 3
  • 4
  • 请选择