欢迎您的来访!有源码,好建站(www.codehy.com)源码海洋源码网为您提供快速建站平台.
  1. 19条记录
当前位置:首页 > 行业资讯 > 网站开发前后端 >
  • notepad++安装json格式化插件(亲测完美)

    notepad++安装json格式化插件(亲测完美)

    下载对应版本的JsonViewer插件压缩包: 64位: https://github.com/zbeboy/Jsonviewer2/releases 32位: https://github.com/kapilratnani/JSON-Viewer 64位网盘下载地址:链接:https://pan.baidu.com/s/1DfU5azCd5pLvLKx4QvTfKw 提取码:sma6 解压压缩包,把Js...

    日期:2024-08-25 09:00:43 点击:114 好评:0
  • npm --save 的含义

    npm --save 的含义

    npm 5.0.0 之前,有 --save 参数才会把模块写入到 packages.json。现在已经是内置参数,不用额外写了 1、npm 常用的安装命令 npm i 就是npm install 简写 npm i xxx -D 就是 npm i xxx --save-dev npm i xxx -S 就是 npm i xxx --save npm i xxx -g 就是 全...

    日期:2023-02-16 07:34:55 点击:75 好评:0
  • vue中使用sass及解决sass-loader版本过高导致的编译错误问题

    vue中使用sass及解决sass-loader版本过高导致的编译错误问题

    这篇文章主要介绍了vue中使用sass及解决sass-loader版本过高导致的编译错误问题,具有很好的参考价值,希望对大家有所帮助。如有错误或未考虑完全的地方,望不吝赐教 使用sass及解决sass-loader版本过高导致编译错误 安装依赖包 安装node-sass、sass-loader...

    日期:2023-02-15 07:19:33 点击:99 好评:0
  • vue项目sass-loader安装

    vue项目sass-loader安装

    1.安装 sass 的依赖包 npm install -- save-dev sass - loader 1 (若出错,因为sass-loader版本过高导致,可以将其 package .json中的版本改为7.3.1,然后再重新安装sass-loader包,若是还过高,则重装6.x,cnpm i sass-loader@6.x --save-dev) 2.//sass-lo...

    日期:2023-02-15 07:09:24 点击:157 好评:0
  • 若依vue前端报错

    若依vue前端报错

    本文章向大家介绍若依vue前端报错,主要包括若依vue前端报错使用实例、应用技巧、基本知识点总结和需要注意事项,具有一定的参考价值,需要的朋友可以参考一下。 运行 npm install报错信息: npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve de...

    日期:2023-02-14 22:09:53 点击:175 好评:0
  • webpack中loader兼容版本

    webpack中loader兼容版本

    @babel/core: ^7.8.4, @babel/polyfill: ^7.8.3, @babel/preset-env: ^7.8.4, add-asset-html-webpack-plugin: ^3.1.3, babel: ^6.23.0, babel-loader: ^8.0.6, core-js: ^3.6.4, css-loader: ^3.4.2, eslint: ^6.8.0, eslint-config-airbnb-base: ^14.0.0,...

    日期:2023-02-14 22:08:42 点击:69 好评:0
  • npm install 报错 check python checking for Python executable python2 in the PATH

    npm install 报错 check python checking for Python executable python2 in the PATH

    当npm install 的时候,报如下错误: Building: G:\nodejs\node.exe F:\test\node_modules\node-gyp\bin\node-gyp.js rebuild --verbose --libsass_ext= --libsass_cflags= --libsass_ldflags= --libsass_library= gyp info it worked if it ends with ok gy...

    日期:2023-02-14 21:37:15 点击:80 好评:0
  • node版本与node-sass版本兼容

    node版本与node-sass版本兼容

    由于在安装 node-sass 时经常遇到版本兼容问题,在运行vue项目时就会出现一下错误 Syntax Error: Error: Node Sass does not yet support your current environment: Windows 64-bit with Unsupported runtime (93) For more information on which environme...

    日期:2023-02-14 21:16:48 点击:198 好评:0
  • npm ERR Could not resolve dependency: npm ERR peer

    npm ERR Could not resolve dependency: npm ERR peer

    1、原因 npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving: admin@0.1.0 npm ERR! Found: eslint@7.32.0 npm ERR! node_modules/eslint npm ERR! dev eslint@^7.32.0 from the root project...

    日期:2023-02-13 15:09:15 点击:188 好评:0
推荐内容