Closed miketheman closed 8 years ago
I noticed that, but reading through the readme with the lines removed implied "there is intention to have NPM support but please use our developer instructions right now" and obfuscating the npm install instructions stops people from blindly running them.
@kweerious Can you elaborate on that a bit? I'm not sure I understand the server command expecting global context - a human can do all sorts of things, and we're trying to prompt them in the (current) safe direction. Is there other bits I should look to remove, like what @anotherlizwong referred to?
@miketheman npm install -g
will install globally, in this instance it will allow bouttime-server
to work versus bin/bouttime-server
or binaries installed in node_modules/.bin/
. I'd like to pull the line referencing that.
Sorry that got lost answering on mobile.
@kweerious Thanks for pointing those out. Removed in most recent version.
Code review: @WFTDA/bouttime, @WFTDA/code-monkeys
The NPM-packaged artifact is not currently a viable method for installation yet, and have tripped up users despite the warning.
Remove these references until a time the package is stable enough to reintroduce this install method.
Refs #138 [ci skip]
Signed-off-by: Mike Fiedler miketheman@gmail.com