guijs
guijs copied to clipboard
Project folder and cli generator don't work
Describe the bug
- Sometimes, the project generator selection is empty
- Path to folder project doesn't open.
To Reproduce Steps to reproduce the behavior:
- Go to
Create a project - Click on
Select a folder(it doesn't open) - Scroll down to
Project generator - See error
Expected behavior When project folder is clicked, the explorer files should open. Project generator selection should always shows its list.
Screenshots

Desktop (please complete the following information):
- OS: Kubuntu 19.10
- Node version: 13.07
- Are you using nvm? Yes - version 0.35.2
Additional context
I also seem to have the same issue, where clicking the FileInput.vue component makes a backend call with the following data
{"data":{"selectFile":null},"extensions":{"tracing":{"version":1,"startTime":"2020-02-29T11:44:47.777Z","endTime":"2020-02-29T11:44:47.814Z","duration":36915000,"execution":{"resolvers":[{"path":["selectFile"],"parentType":"Mutation","fieldName":"selectFile","returnType":"String","startOffset":558200,"duration":36306300}]}}}}
I assume that the selectFile is the emit event value from FileInput.vue, which seems to be null.
I'm running this from WSL, if that is relevant.
@pazfelipe Do you have zenity installed?
Installing zenity solved the issue for me. same os, but at Node v16.0.1