-
Notifications
You must be signed in to change notification settings - Fork 72
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
a NPM Launch Configuration #340
Comments
This is a really good idea!! It would make setting up ESLint in Wild Web Developer much easier, as one could install the dependencies from a package.json without using a terminal. |
@jabby What npm operation do you think is most useful? I tried comparing |
My personal feeling is "There is no operation that are useful with Run as > packageManager operation". All JS developers I know use and love cli for their build tools. Me too 😄 . By the way, this issue is about npm but what about yarn or pnpm users? |
FYI I found the following gerrit patches on wtp. Maybe there is something useful. |
Fix eclipse-wildwebdeveloper#340 Signed-off-by: Andrew Obuchowicz <aobuchow@redhat.com>
Fix eclipse-wildwebdeveloper#340 Signed-off-by: Andrew Obuchowicz <aobuchow@redhat.com>
Fix eclipse-wildwebdeveloper#340 Signed-off-by: Andrew Obuchowicz <aobuchow@redhat.com>
@jabby Good point - I like CLI tools as well ;) However in this case, it's a necessary feature to add since it was available in JSDT (which is planned for removal). In the end, I worked on a npm install shortcut. However, you have a good point about supporting multiple JS package managers... Maybe they should all be grouped under one launch configuration tab which allows the user to specify their desired package manager and the command to run? |
Thanks for these! |
@jabby and in CLI, do you use more |
Fix eclipse-wildwebdeveloper#340 Signed-off-by: Andrew Obuchowicz <aobuchow@redhat.com>
When I use If I add new dependencies I will again use By the way, I mostly use |
Fix eclipse-wildwebdeveloper#340 Signed-off-by: Andrew Obuchowicz <aobuchow@redhat.com>
Fix eclipse-wildwebdeveloper#340 Signed-off-by: Andrew Obuchowicz <aobuchow@redhat.com>
Fix eclipse-wildwebdeveloper#340 Signed-off-by: Andrew Obuchowicz <aobuchow@redhat.com>
Fix eclipse-wildwebdeveloper#340 Signed-off-by: Andrew Obuchowicz <aobuchow@redhat.com>
On a package.json, one should be able to do "Run As > npm update" (or whichever operation makes sense.
The text was updated successfully, but these errors were encountered: