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

command 'extension.runbrunorequest' not found #19

Open
vlebourl opened this issue Jun 26, 2024 · 13 comments
Open

command 'extension.runbrunorequest' not found #19

vlebourl opened this issue Jun 26, 2024 · 13 comments

Comments

@vlebourl
Copy link

Hi, I just installed the extension and tried to use it on a working .bru file (I know it works as I use it in the app), but running the command Bruno: Run Request causes an error:

image

Any way to work around this?

Installed version is v3.1.0

image

@eduwass
Copy link

eduwass commented Jun 30, 2024

Same here.

@rt-planck
Copy link

Same

1 similar comment
@plyr-vspirandeli
Copy link

Same

@ebdonato
Copy link

ebdonato commented Jul 21, 2024

Same here

There is other issue about this

@kuerme
Copy link

kuerme commented Aug 1, 2024

Same here

@matthewb531
Copy link

Same

@toppermitz
Copy link

Some log from this error

2024-08-13 11:00:33.926 [error] Activating extension bruno-api-client.bruno failed due to an error:
2024-08-13 11:00:33.926 [error] Error: Cannot find module 'lodash'

@allangomes
Copy link

Workaround

Screenshot 2024-08-22 at 03 46 49

step 1

Go to console OUTPUT on Extension Host view

step 2

Get directory where the extension is installed

step 3

cd ~/.vscode/extensions/bruno-api-client.bruno-3.1.0   # Replace to directory found on step 2
npm install

step 4

Reload Window

@jwetzell
Copy link

This seems to be caused by the node_modules line in the .vscodeignore file which basically is excluding the dependencies from being bundled.

@tjeufoolen
Copy link

Bump

@AdaoNatalino
Copy link

Same.
Also, how hard is it to create a client VS code extension?

@psymonious
Copy link

@allangomes 'npm install' command does not finish on my device.
Seems to be stuck in a loop with no error being given

@helloanoop Can this issue originally reported by @vlebourl be fixed in the extension?

@dylan-at-na
Copy link

Bump

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

No branches or pull requests