Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#54981 - [npm] missing semver 5.3.0 modules in npm and node-gyp
Attached to Project:
Community Packages
Opened by Gustavo Alvarez (sl1pkn07) - Sunday, 30 July 2017, 19:50 GMT
Last edited by Toolybird (Toolybird) - Tuesday, 04 April 2023, 07:25 GMT
Opened by Gustavo Alvarez (sl1pkn07) - Sunday, 30 July 2017, 19:50 GMT
Last edited by Toolybird (Toolybird) - Tuesday, 04 April 2023, 07:25 GMT
|
Details└───╼ npm -g ls semver
/usr/lib ├─┬ npm@5.3.0 │ ├─┬ init-package-json@1.10.1 │ │ └── semver@5.4.1 -> /usr/lib/node_modules/semver │ ├─┬ node-gyp@3.6.2 │ │ └── UNMET DEPENDENCY semver@~5.3.0 │ ├─┬ normalize-package-data@2.4.0 │ │ └── semver@5.4.1 -> /usr/lib/node_modules/semver deduped │ ├─┬ npm-install-checks@3.0.0 │ │ └── semver@5.4.1 -> /usr/lib/node_modules/semver deduped │ ├─┬ npm-package-arg@5.1.2 │ │ └── semver@5.4.1 -> /usr/lib/node_modules/semver deduped │ ├─┬ npm-registry-client@8.4.0 │ │ └── semver@5.4.1 -> /usr/lib/node_modules/semver deduped │ ├─┬ pacote@2.7.38 │ │ ├─┬ npm-pick-manifest@1.0.4 │ │ │ └── semver@5.4.1 -> /usr/lib/node_modules/semver deduped │ │ └── semver@5.4.1 -> /usr/lib/node_modules/semver deduped │ ├─┬ read-installed@4.0.3 │ │ └── semver@5.4.1 -> /usr/lib/node_modules/semver deduped │ ├── UNMET DEPENDENCY semver@~5.3.0 │ └─┬ update-notifier@2.2.0 │ ├─┬ latest-version@3.1.0 │ │ └─┬ package-json@4.0.1 │ │ └── semver@5.4.1 -> /usr/lib/node_modules/semver deduped │ └─┬ semver-diff@2.1.0 │ └── semver@5.4.1 -> /usr/lib/node_modules/semver deduped └── semver@5.4.1 npm ERR! missing: semver@~5.3.0, required by npm@5.3.0 npm ERR! missing: semver@~5.3.0, required by node-gyp@3.6.2 seems need link with semver 5.4.1 |
This task depends upon
Closed by Toolybird (Toolybird)
Tuesday, 04 April 2023, 07:25 GMT
Reason for closing: Fixed
Additional comments about closing: This ticket is old and stale and the original issue seems fixed. 'node-gyp' and 'semver' became pacman deps at npm 5.8.0-1
Tuesday, 04 April 2023, 07:25 GMT
Reason for closing: Fixed
Additional comments about closing: This ticket is old and stale and the original issue seems fixed. 'node-gyp' and 'semver' became pacman deps at npm 5.8.0-1
├─┬ npm-lifecycle@2.0.1
│ └─┬ node-gyp@3.6.2
│ └── UNMET DEPENDENCY semver@~5.3.0
npm ERR! missing: semver@~5.3.0, required by node-gyp@3.6.2
In order to reproduce it is enough have a clean installation.
Actually I upgraded node-pyg and npm today to be node-pyg@5.0.3 and npm@6.12.0, while as the package.json of npm@6.12.0 suggests it needs node-pyg@5.0.5. I do not understand the point of setting semver and node-pyg as dependencies of npm in arch repo, as they now sit as top-level packages.