latest version 5.0.2 won't install
Globebyte opened this issue · 2 comments
Globebyte commented
Environment:
- Ubuntu 22.04
- node v14.18.3
- npm v6.14.15
error:
# This file contains the result of Yarn building a package (fibers@npm:5.0.2)
# Script name: install
Usage Error: Couldn't find a script name "node-gyp" in the top-level (used by fibers@npm:5.0.2).
This typically happens because some package depends on "node-gyp" to build itself, but didn't list it in their dependencies.
To fix that, please run "yarn add node-gyp" into your top-level workspace.
You also can open an issue on the repository of the specified package to suggest them to use an optional peer dependency.
However, when I update my package.json to lock the version to 5.0.1, and without making any other changes, it installs fine.
from "fibers" : "^5.0.1"
to "fibers" : "5.0.1"