Skip to content
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

Project folder and cli generator don't work #43

Open
pazfelipe opened this issue Feb 27, 2020 · 3 comments
Open

Project folder and cli generator don't work #43

pazfelipe opened this issue Feb 27, 2020 · 3 comments
Labels
bug Something isn't working feat:projects

Comments

@pazfelipe
Copy link

pazfelipe commented Feb 27, 2020

Describe the bug

  • Sometimes, the project generator selection is empty
  • Path to folder project doesn't open.

To Reproduce
Steps to reproduce the behavior:

  1. Go to Create a project
  2. Click on Select a folder (it doesn't open)
  3. Scroll down to Project generator
  4. See error

Expected behavior
When project folder is clicked, the explorer files should open.
Project generator selection should always shows its list.

Screenshots
Screenshot_20200227_140654

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

@pazfelipe pazfelipe added the bug Something isn't working label Feb 27, 2020
@vijayprasanna13
Copy link

vijayprasanna13 commented Feb 29, 2020

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.

@Akryum
Copy link
Owner

Akryum commented Mar 1, 2020

@pazfelipe Do you have zenity installed?

@RomanMunar
Copy link

Installing zenity solved the issue for me. same os, but at Node v16.0.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working feat:projects
Projects
None yet
Development

No branches or pull requests

4 participants