guijs icon indicating copy to clipboard operation
guijs copied to clipboard

Project folder and cli generator don't work

Open pazfelipe opened this issue 5 years ago • 3 comments

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 avatar Feb 27 '20 17:02 pazfelipe

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.

vijayprasanna13 avatar Feb 29 '20 11:02 vijayprasanna13

@pazfelipe Do you have zenity installed?

Akryum avatar Mar 01 '20 00:03 Akryum

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

RomanMunar avatar Jan 25 '22 01:01 RomanMunar