1、Cannot find module 'babel-preset-es2015' 配置.babelrc之后,npm run serve无法启动 "presets": [["es2015", { "modules": false }]], "plugins": [ [ "component", { ...
分类:
其他好文 时间:
2021-06-28 18:24:11
阅读次数:
0
1、Git环境配置 下载地址:https://git-scm.com/ 也就是Git官网 官网下载太慢,我们可以使用淘宝镜像下载:http://npm.taobao.org/mirrors/git-for-windows/ 下载完成后,傻瓜式安装即可 安装完成后,我们在开始菜单Git项菜单小有3个程 ...
分类:
其他好文 时间:
2021-06-23 17:03:31
阅读次数:
0
项目搭建好之后 安装sass 依赖包 npm install --save-dev sass-loader //sass-loader依赖于node-sass npm install --save-dev node-sass 在build文件夹下的webpack.base.conf.js的rules ...
分类:
Web程序 时间:
2021-06-23 16:54:34
阅读次数:
0
Node.js安装 下载并默认安装node.js https://nodejs.org/en/ 检测是否安装成功 node -v npm -v 更换镜像地址 淘宝的cnpm npm install -g cnpm --registry=https://registry.npm.taobao.org ...
分类:
其他好文 时间:
2021-06-23 16:48:27
阅读次数:
0
话不多说,直接上代码。 //首先下载插件 npm install dom-to-image // 将html页面内容转化为png图片引入的dom-to-image import domtoimage from 'dom-to-image'; var node = document.getElemen ...
分类:
Web程序 时间:
2021-06-23 16:23:50
阅读次数:
0
需要安装promise.prototype.finally 插件解决 通过npm 或者yarn 安装 1.npm: npm install promise.prototype.finally --save 在项目中调用 引入 并调用 插件的shim方法 2.yarn: yarn add promis ...
分类:
其他好文 时间:
2021-06-22 18:31:37
阅读次数:
0
使用步骤: 1. npm install element-china-area-data -S 2. import { provinceAndCityData, regionData, provinceAndCityDataPlus, regionDataPlus, CodeToText, Text ...
分类:
其他好文 时间:
2021-06-21 21:09:00
阅读次数:
0
####什么是npm Node的模块管理工具,根据npm我们可以快速安装,卸载所需要的资源文件 ####基于npm进行模块管理 $npm install xxx 把模块安装到当前项目中(node_modules) $npm install xxx -g 把模块安装在全局环境中 $npm i xxx@ ...
分类:
其他好文 时间:
2021-06-19 19:27:27
阅读次数:
0
配置vscode auto save afterDelay 安装 npm install -g nodemon --registry=https://registry.npm.taobao.org 运行 // node test.js nodemon test.js ...
分类:
Web程序 时间:
2021-06-19 19:17:14
阅读次数:
0
Mac使用npm更新包出现问题,使用n切换到不同版本时出错信息还不相同 npm ERR! Cannot read property 'resolve' of undefined npm ERR! asyncWrite is not a function 怀疑是使用brew更新所有软件时顺带更新了no ...
分类:
系统相关 时间:
2021-06-19 18:42:10
阅读次数:
0