-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Right-clicking on the project root to launch (use package.json
main
defininition). was: A new "Run As" procedure that loads Express 4 application from ./bin/www
#163
Comments
So I guess the command is now "$ node ./bin/www" ? Running via npm is bad, as debugging becomes other issue #153 BTW I am busy with Android now, so I don't look into Node.js often. |
I agree:
|
That would require parsing package.json in Java to get that value first. |
For now adding ability to run BTW, just copy
|
Generally it would make sense to lauch when right-clicking on the project root. That would work for any project that has |
package.json
man
defininition). was: A new "Run As" procedure that loads Express 4 application from ./bin/www
package.json
man
defininition). was: A new "Run As" procedure that loads Express 4 application from ./bin/wwwpackage.json
man
defininition). was: A new "Run As" procedure that loads Express 4 application from ./bin/www
package.json
man
defininition). was: A new "Run As" procedure that loads Express 4 application from ./bin/wwwpackage.json
main
defininition). was: A new "Run As" procedure that loads Express 4 application from ./bin/www
Related to issues #161 and #162: a new "Run As" procedure that loads Express 4 application from ./bin/www as Express 4 projects are now initialized and loaded from a 'www' script
(
$ node app.js
won't work anymore...)The text was updated successfully, but these errors were encountered: