安装@parcel/transformer-image注意的问题

简介: 安装@parcel/transformer-image注意的问题

1. 安装前配置


npm config get cache


键入以上命令即可找到npm缓存路径,然后找到路径下的_libvips文件夹。


一般需要以下两个文件,这里以win环境为例。把文件放到_libvips文件夹即可。


微信截图_20220506144044.png


所有环境网址:


https://github.com/lovell/sharp-libvips/


2. 全局安装node-gyp


npm install --global node-gyp


3. 安装sharp


yarn add sharp -D


4. 安装@parcel/transformer-image


yarn add @parcel/transformer-image@2.0.0-beta.2 -D



相关文章
|
4月前
|
机器学习/深度学习 存储 算法
latent space
【9月更文挑战第23天】
111 7
|
5月前
|
TensorFlow 算法框架/工具
【Tensorflow】图解tf.image.extract_patches的用法--提取图片特定区域
文章通过图解和示例详细解释了TensorFlow中tf.image.extract_patches函数的用法,展示了如何使用该函数从图像中提取特定区域或分割图像为多个子图像。
118 0
|
Java
image-comparison
image-comparison
123 0
|
自然语言处理 并行计算 Ubuntu
ubuntu下安装transition_amr_parser
transition_amr_parser是IBM公司开源的AMR paraing和AMR text-to-generation工具,在NLP领域中经常会用到,但是这个安装过程中可能会存在很多坑
112 0
ubuntu下安装transition_amr_parser
|
人工智能 编解码 自然语言处理
论文解读:Inpaint Anything: Segment Anything Meets Image Inpainting
论文解读:Inpaint Anything: Segment Anything Meets Image Inpainting
459 0
|
机器学习/深度学习 传感器 编解码
Spatial-Spectral Transformer for Hyperspectral Image Classification_外文翻译
 由于成像光谱学的进步,高光谱传感器倾向于以越来越高的空间和光谱分辨率捕获给定场景的反射强度[1]。获得的高光谱图像(HSI)同时包含空间特征和不同物体的连续诊断光谱[2]。因此,获得的丰富信息使HSI在许多领域有用,包括有效测量农业绩效[3]、植物病害检测[4]、矿物鉴定[5]、疾病诊断和图像引导手术[6]、生态系统测量[7],和地球监测[8]。为了充分利用获得的HSI,已经探索了许多数据处理技术,例如解混合、检测和分类[8]。
246 0
|
分布式计算 Apache Spark
《Yelp Ad Targeting at Scale with Apache Spark》电子版地址
Yelp Ad Targeting at Scale with Apache Spark
74 0
《Yelp Ad Targeting at Scale with Apache Spark》电子版地址
《AVPASS-Leaking-And-Bypassing-Anitvirus-Detection-Model-Automatically》电子版地址
AVPASS-Leaking-And-Bypassing-Anitvirus-Detection-Model-Automatically
63 0
《AVPASS-Leaking-And-Bypassing-Anitvirus-Detection-Model-Automatically》电子版地址
|
JSON Kubernetes Devops
kustomize (七) patches、patchesJson6902、patchesStrategicMerge详解
kustomize (七) patches、patchesJson6902、patchesStrategicMerge详解
|
机器学习/深度学习 算法 PyTorch
yolov5--从Github下载到运行遇到的错误集锦【pycocotools报错+Can‘t get attribute SPPF+in _next_assert img0 is not None】
yolov5--从Github下载到运行遇到的错误集锦【pycocotools报错+Can‘t get attribute SPPF+in _next_assert img0 is not None】
539 0
yolov5--从Github下载到运行遇到的错误集锦【pycocotools报错+Can‘t get attribute SPPF+in _next_assert img0 is not None】