-
Notifications
You must be signed in to change notification settings - Fork 271
Command »npm start --port 8080« fails #535
Comments
Hi @jancborchardt, I recommend you take a look at https://stackoverflow.com/questions/11580961/sending-command-line-arguments-to-npm-script. Basically, you cannot pass arguments using npm v1... which is a shame because we ensure support of Node.js v0.10 which comes with npm v1. The fastest solutions I can offer you is to either use a configuration file instead of command line arguments (http://shout-irc.com/docs/server/configuration.html) or to install shout globally ( As a longer-term solution, if we want to support global-free installations, I see 3 possible ways:
|
For now you can use Also, why do we have the extra |
It is necessary with npm. Look at the Stack Overflow link I gave for example. |
Aaah ok, just using |
Definitely! Feel free to open a PR for this (Don't forget to take a look at our CONTRIBUTING file first) :-) |
Will do! |
fix development setup command, fix #535
It's behavior based on how GNU
For example: $ ssh bar.baz -l xena -- tar -xzf some/file The |
…ord-change * 'master' of github.com:erming/shout: (43 commits) fix development setup command, fix erming#535 Limit preview for large image files (fix erming#500) Add .editorconfig package.json: add linting to `test` script Comply with ESLint Add .eslintrc Added @Xe's tips on the Dockerfile Add @floogulinc as a project maintainer package.json: add `grunt-cli` 0.52.0 Use Node 0.12 to deploy as npm shipping with 0.10 is not compatible for deployment anymore... Fix wrong npm token Set up automatic deployments on npm Add Node.js 4.2 to the list of versions tested by Travis CI Revert "Turn off input autocomplete" List project maintainers in the CONTRIBUTING file Be more explicit on the process workflow in the CONTRIBUTING file remove useless Grunt instruction in the doc Switch license to verbatim, raw text format client/js/shout.js: prevent default action, don't overshadow native keyboard shortcut ...
npm start -- --port 3200 -- host 10.0.0.1 Server runs |
The npm install and build steps work fine. However starting the server results in this:
Any idea?
The text was updated successfully, but these errors were encountered: