Error Installing compound
- 主要言語
- JavaScript
- スター
- 1.6k
- フォーク
- 179
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
# After run npm install compound -g:
npm ERR! Please include the following file with any support request:
npm ERR! /home/martin/npm-debug.log
martin@martin-Satellite-C655:~$ npm install compound -g
npm ERR! Linux 4.2.0-34-generic
npm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm" "install" "compound" "-g"
npm ERR! node v5.9.1
npm ERR! npm v3.7.3
npm ERR! code EREADFILE
npm ERR! Error extracting /home/martin/.npm/jade-ext/0.0.6/package.tgz archive: ENOENT: no such file or directory, open '/home/martin/.npm/jade-ext/0.0.6/package.tgz'
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
The error indicates a missing package.tgz file for jade-ext during a global npm install of 'compound'. Start by examining the npm-debug.log for more details, then look at the compound package's dependencies and installation scripts. Check if jade-ext is a direct or transitive dependency and see how the package is fetched. The fix likely involves updating dependencies or the installation process to handle missing archives.
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- javascript, node.js
- 領域
- cli, tooling
- issue の種類
- バグ
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 45/100