v0.6 doesn't install properly on windows
- Dominant language
- JavaScript
- Stars
- 1.9k
- Forks
- 359
- PR merge metrics
- No merged PRs in 30d
Description
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 :(
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing `npm install -g nodeunit` on Windows with the version that reports `cb() never called!`, then compare its installation behavior with version 0.4. Verify the global `nodeunit` command afterward; done means v0.6 installs successfully and the command is recognized while retaining the reported setup and teardown features.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, node.js
- Domain
- cli, testing-qa
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100