bruno
bruno copied to clipboard
The NPM run Dev does not work
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
.bru file to reproduce the bug
No response
Screenshots/Live demo link
I faced same issues, you can try installing following below steps (Which should work)
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