v0.6 doesn't install properly on windows
- 主要言語
- JavaScript
- スター
- 1.9k
- フォーク
- 359
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
I get the following output from NPM when running `NPM install -g nodeunit`:
```
npm WARN nodeunit@0.4.0 package.json: bugs['web'] should probably be bugs['url']
npm ERR! cb() never called!
npm ERR!
npm not ok
```
And running `nodeunit` in the command line results in:
```
C:\Users\Wilson\Documents\Sites\meshmesh-node\app>nodeunit
'nodeunit' is not recognized as an internal or external command,
operable program or batch file.
```
I have fallen back to version 0.4 which does install properly but lacks `setUp` and `tearDown` features :(
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
まず、`cb() never called!` と報告するバージョンを使って Windows 上で `npm install -g nodeunit` を再現し、その後、そのインストール動作をバージョン 0.4 と比較します。続いてグローバルの `nodeunit` コマンドを確認します。v0.6 が正常にインストールされ、コマンドが認識され、報告されている setup と teardown の機能が維持されていれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- javascript, node.js
- 領域
- cli, testing-qa
- issue の種類
- バグ
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 35/100