bruno icon indicating copy to clipboard operation
bruno copied to clipboard

The NPM run Dev does not work

Open jyotipravatiitm opened this issue 1 year ago • 1 comments

I have checked the following:

  • [X] I use the newest version of bruno.
  • [X] I've searched existing issues and found nothing related to my issue.

Describe the bug

While running the project for first time. I encountered this error

image

.bru file to reproduce the bug

No response

Screenshots/Live demo link

image

jyotipravatiitm avatar Aug 14 '24 19:08 jyotipravatiitm

I faced same issues, you can try installing following below steps (Which should work) CleanShot 2024-08-15 at 23 22 11

vanamraghu avatar Aug 15 '24 17:08 vanamraghu

Please refer to docs here for the steps to run bruno locally

# use nodejs 18 version
nvm use

# install deps
npm i --legacy-peer-deps

# build packages
npm run build:graphql-docs
npm run build:bruno-query
npm run build:bruno-common

# bundle js sandbox libraries
npm run sandbox:bundle-libraries --workspace=packages/bruno-js

# run next app (terminal 1)
npm run dev:web

# run electron app (terminal 2)
npm run dev:electron

helloanoop avatar Aug 26 '24 13:08 helloanoop