我使用的是Bobril和Bobril build,也使用了具有可选依赖关系的第三方包。在"yarn install“中,我想通过"yarn install --ignore-optional”来避免这类问题:
info This module is OPTIONAL, you can safely ignore this error
warning Error running install script for optional dependency: "node_modules\\cpu-features: Command failed.发布于 2021-11-10 09:01:40
目前还没有这样的方法。
我正在考虑将其设为新的默认值。
顺便说一句:请随意使用Project Github问题来请求特性:https://github.com/bobril/bbcore/issues
编辑:在1.57+版本中现在是新的默认设置。
https://stackoverflow.com/questions/69898261
复制相似问题