Closed kokujin closed 9 years ago
The task assumes you've installed node-inspector globally. See https://github.com/node-inspector/node-inspector
can you make a PR to add it to the package.json?
I don't think it should be part of the package. The expectation is that node-inspector is installed GLOBALLY ... like gulp itself. Perhaps you feel differently now but at the moment there is an assumption that tools are installed globally.
Perhaps the README should list prerequisites?
Why should someone expect that node-inspector is installed? Everything else is automatically installed and configured, following your argument would mean to remove all other dev-dependencies to be consistent.Then at least a try/catch wrapping the require that would warn the user to install the missing lib would have been user friendlier.
I really am enjoying all the demos, this easy to fix problem just mars the user experience.
The other dependences are modules installed locally, not tools installed globally. That's a big difference.
I am not opposed to anything that improves the dev's experience.
Trying to use this task emits an error