首页 > TAG信息列表 > gyp

Electron 打包vue 桌面应用 :eosforce github代码 编译遇到很多问题

eosforce/wallet-desktop: eos force 桌面钱包https://github.com/eosforce/wallet-desktop 要会的知识 永久使用 淘宝镜像代理 npm config set registry https://registry.npm.taobao.org 验证是否设置成功 npm info express 恢复使用 npm config set registry https://registry

Aj-report node_modules\node-sass: Command failed报错问题处理

报错问题: 感觉大佬分享,还有nvm使用,的确好用 rror G:\Codes\XXX\node_modules\node-sass: Command failed. Exit code: 1 Command: node scripts/build.js Arguments: Directory: G:\Codes\XXX\node_modules\node-sass Output: Building: C:\Program Files\nodejs\node.exe G:\Co

windows下安装truffle

windows下安装truffle 介绍 Truffle 是一个开发智能合约的工具,也可以用来做 DAPP 安装 在node的环境下,执行命令 # 安装truffle npm install -g truffle # 查询当前的 Truffle 版本 truffle -v 注意这里node版本不能太高,我在使用Node 16.14.0时出现以下错误 yp ERR! find Py

Windows系统npm安装node-sass失败,提示关于python2,node-gyp信息

npm ERR! code 1 npm ERR! path C:\project\cdc\cms-gzmetro-mgtvueui\node_modules\node-sass npm ERR! command failed npm ERR! command C:\Windows\system32\cmd.exe /d /s /c node-gyp rebuild npm ERR! Building the projects in this solution one at a time.

安装sass报错

在安装远程项目下来后,yanr时发生报错 error D:\workLims\lims_web\node_modules\node-sass: Command failed. Exit code: 1 Command: node scripts/build.js Arguments: Directory: D:\workLims\lims_web\node_modules\node-sass Output: Building: C:\Program Files\n

npm i 报错

npm i 报错 执行npm i 命令一直报以下错误 command failed npm ERR! command C:\WINDOWS\system32\cmd.exe /d /s /c node ./build.js npm ERR! gyp info it worked if it ends with ok npm ERR! gyp info using node-gyp@5.1.1 npm ERR! gyp info using node@16.13.0 | win3

VUE版本冲突不兼容问题。

报错信息1: ERROR  Failed to compile with 6 errors                                                                                    7:45:21 PM  error  in ./src/components/advanceDemo/toastCom.vue?vue&type=style&

error C:\Users\HP\Desktop\VueProject\vue_cli\node_modules\node-sass: Command failed.Exit code

vue-cli脚手架搭建Vue项目因安装node-sass报错 error C:\Users\HP\Desktop\VueProject\vue_cli\node_modules\node-sass: Command failed. Exit code: 1 Command: node scripts/build.js Arguments: Directory: C:\Users\HP\Desktop\VueProject\vue_cli\node_modules\node-s

Ubuntu安装npm gyp错误。确实解决了我的问题,记录一下

错提示 node-gyp : 依赖: nodejs-dev 但是它将不会被安装 依赖: gyp (>= 0.1+20150913git1f374df9) 但是它将不会被安装 推荐: build-essential 但是它将不会被安装 E: 无法修正错误,因为您要求某些软件包保持现状,就是它们破坏了软件包间的依赖关系 使

npm install 安装时出现node-gyp rebuild报错

场景:   前几天帮师弟安装一个vue项目时,需要用npm install安装项目依赖包。然后报了以下错误: Can't find Python executable "python", you can set the PYTHON env variable  node-gyp rebuild报错,类似以下: command "node.exe" "node-gyp.js" "rebuild" 安装node-sa

gyp: Undefined variable module_name in binding.gyp while trying to load binding.gyp

npm i bcrypt 新系统拉取项目,下载依赖包,其中包含 bcrypt 依赖,一直安装不成功。 已安装号 Python 3 和 Visual Studio 2019。 此类型npm库都会使用到 node-gyp ,依赖 Python 和 Visual Studio  npm ERR! gyp info using node-gyp@8.2.0 npm ERR! gyp info using node@14.18.1

vue使用node-sass@4.9.0时,npm intall出错

VUE项目中使用node-sass@4.9.0,在执行npm install 是出现如下LOG。 升级为 node-sass@4.14.1后问题解决,以作记录。 >npm install > api-web@1.2.2 preinstall ... > npx npm-force-resolutions npx: installed 6 in 2.303s npm WARN deprecated tar@2.2.2: This version of

Electron + node C++开发

node-gyp Electron C++,使用nan npm install -g prebuild node-gyp electron npm install nan bindings --save #include <nan.h> void Add(const Nan::FunctionCallbackInfo<v8::Value>& info) {   if (info.Length() < 2) {     Nan::ThrowTypeError(&q

vue:关于gyp ERR! configure error gyp ERR! stack Error: Can‘t find Python executable “python“报错

报错日志: gyp ERR! configure error gyp ERR! stack Error: Can't find Python executable "python", you can set the PYTHON env variable. Node.js 在安装模块的时候报错,缺少python环境。 解决方案: 输入cmd命令: 1.npm install --global --production windows-build-tools 2.n

NPM 错误收集及解决方法

gyp ERR! stack Error: Can't find Python executable "python", you can set the PYTHON env variable. 出现上面图中问题,解决办法,打开终端(管理员模式),输入下面的内容: 安装node-sass npm install node-sass --save-dev 安装完成后继续执行下面的命令: npm install --global --p

windows安装nodejieba踩坑记录

npm install 的时候总是会出现下面的错误: gyp info find Python using Python version 3.8.6 found at "C:\Program Files\python\python.exe" gyp ERR! find VS gyp ERR! find VS msvs_version was set from command line or npm config gyp ERR! find VS - looking for Vi

node-pre-gyp WARN Using request for node-pre-gyp https download

when i start to run my node project below: Command代码   $ DEBUG=xxx_project:* npm start       then it apperred the err below: Error: Cannot find module '/Users/xxx/Documents/workspace/xxx-project/node_modules/bcrypt/lib/binding/napi-v3/bcrypt_l

关于Vue脚手架安装失败的问题解决

关于Vue脚手架安装失败的问题解决 今天打算使用 vue 的脚手架构建项目时,发现的问题 运行命令 npm install -g @vue/cli 然后就出现了,下面的东西 npm WARN deprecated @hapi/topo@3.1.6: This version has been deprecated and is no longer supported or maintainednpm WARN depre

npm错误 gyp错误 vs版本不对 msvs_version不兼容

npm错误 gyp错误 vs版本不对msvs_version 不兼容 windows SDK 报错 执行更新GYP 语句第一种方案第二种方案 执行更新GYP 语句 npm install -g node-gyp 最新的GYP 好像已经不支持Python 2.7 版本,npm 会提示你 更新都3.*.*版本 安装 Node.js 的时候一定要勾选 以下这个

今天开始学习 electron -- 使用 electron-vue 脚手架工具

今天开始学习 electron 1.使用 electron-vue 脚手架工具 vue init kdydesign/vue-electron el-hello 使用脚手架时的选项;使用了ESLint,规则为Airbnb;使用了electron-bulider为打包工具; 安装依赖 cd el-hello yarn 可能遇到的问题:

macOS创建react项目!!!

第一步: $ sudo npm install -g create-react-app 为了减少报错可能,直接上最高权限sudo,全局安装脚手架工具。(会提示让你输入密码) 第二步: create-react-app frist-app frist-app为你的项目名, 如果你是天选之子,这步之后直接创建成功了,那么接下来的你都可以不用看了。 第三步: 我到

为何不推荐使用 Sass 作为 css 预处理器

Sass Vs Scss Sass 有两种语法。 第一个被称为 SCSS(Sassy CSS),在本参考文献中一直使用,它是 CSS 语法的扩展。这意味着每个有效的 CSS 样式表,都是具有相同含义的有效 SCSS 文件,两者完全兼容。下文描述的 Sass 功能增强了此语法。使用此语法的文件扩展名为 .scss。 第二种或更旧的

Nodejs插件引入第三方动/静态链接库(Libtorch)的踩坑记录

从简单的需求说起 最近用Electron做一个App,碰到了一个很简单的需求,就是将Python环境下训练的Pytorch深度学习模型加载到Electron中去执行。 开始想的也比较简单,本身Pytorch官方提供了libtorch库,Pytorch的C++端,所以可以将Pytorch模型保存为.pt,然后用libtorch加载。然后再利用n

React 创建项目报错

npm ERR! code 1 npm ERR! path /Users/tangwenjing/Html/imooc/my-app1/node_modules/canvas npm ERR! command failed npm ERR! command sh -c node-gyp rebuild npm ERR! /bin/sh: pkg-config: command not found npm ERR! gyp: Call to 'pkg-config pixman-1 --libs&

解决 node-gyp 错误问题|node与python版本不匹配报错|node-gyp|vue

gyp info using node-gyp@3.8.0 npm ERR! gyp info using node@14.15.0 | win32 | x64 npm ERR! gyp verb command rebuild [] npm ERR! gyp verb command clean [] npm ERR! gyp verb clean removing "build" directory npm ERR! gyp verb command configure [] np