Skip to content
This repository has been archived by the owner on Jan 31, 2023. It is now read-only.

Known Issues #1

Open
4 of 10 tasks
jxnblk opened this issue Jun 3, 2018 · 2 comments
Open
4 of 10 tasks

Known Issues #1

jxnblk opened this issue Jun 3, 2018 · 2 comments

Comments

@jxnblk
Copy link
Owner

jxnblk commented Jun 3, 2018

  • Might or might not even work...
  • No warning in the UI when Node.js or npm are missing or incompatible
  • File menu is not implemented
  • Project menu is not implemented
  • Remove project is not in the UI
  • Recent projects are not added to the application store
  • Port is hard-coded to 3000
  • No UI for clearing logs
  • npm uninstall is not implemented
  • npm outdated/update is not implemented
@BeniCheni
Copy link

BeniCheni commented Jun 8, 2018

Hello, I tried out this project locally and found it really helpful & fun. So I reviewed this list of known issues and see if I could pick up an item to try out something to contribute.

I am interested in trying out this mentioned item:

[] No warning in the UI when Node.js or npm are missing or incompatible

After reading the App.js code, just a simple question. I could see where npm & node are being run in promises. Would you recommend to try out the .catch block (an example when running npm) to try to throw a warning to the UI somehow?

(P.S.: Trying out things locally. If things work out, I'm happy to work toward an acceptable PR to try to contribute to the outlined item in this comment. Thanks.)

@jxnblk
Copy link
Owner Author

jxnblk commented Jun 11, 2018

This whole block should check the versions: https://github.com/jxnblk/ram/blob/master/renderer/App.js#L36-L58 – there's no UI to reflect this state

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants