前端vue工程环境

gyp verb check python checking for Python executable "python2" in the PATH

python版本后问题,更改本地的python27

npm config set python python 或者 npm config set python D:\Python27\python.exe

npm config set msvs_version 2019

报错gyp verb gyp gyp format was not specified; forcing "msvs"

npm i node-sass --sass_binary_site=https://registry.npmjs.org/mirrors/node-sass/

yarn add git+Ting/dtwinsui.git

error @achrinza/node-ipc@9.2.2: The engine "node" is incompatible with this module. Expected version "8 || 10 || 12 || 14 || 16 || 17". Got "15.9.0"

error Found incompatible module.

https://nodejs.org/dist/v14.18.3/node-v14.18.3-x64.msi

npm install node-sass --unsafe-perm --verbose

npm install -g node-sass

相关推荐
用户2181697049302 分钟前
swift (三) 枚举 结构体 类
前端
胡萝卜术4 分钟前
从内存视角重新认识 JavaScript 数据类型:一份深度学习笔记
前端·javascript·面试
IVEN_8 分钟前
记一次诡异的前端白屏故障:Nginx Proxy Cache 内存缓存"幽灵"事件
前端·nginx
如果超人不会飞9 分钟前
TinyRobot SuggestionPills紧凑的建议按钮组组件
前端·vue.js
如果超人不会飞10 分钟前
TinyRobot Container构建优雅的AI对话容器
前端·vue.js
阿正的梦工坊10 分钟前
【Rust】09-泛型、Trait 与生命周期基础
开发语言·rust·c#
幸运小圣17 分钟前
全面解析 Web 核心性能指标:LCP、INP、CLS 是什么、怎么用、怎么看
前端
如果超人不会飞22 分钟前
TinyRobot SuggestionPopover智能建议弹出框组件
前端·vue.js
阿正的梦工坊34 分钟前
【Rust】07-错误处理:Option、Result 与 ? 运算符
开发语言·算法·rust