mirror of
https://github.com/usebruno/bruno.git
synced 2026-07-01 08:34:07 +00:00
fix: dependency error when contributing (#34)
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
## development
|
||||
|
||||
```bash
|
||||
# install deps
|
||||
npm i
|
||||
@@ -13,9 +14,14 @@ npm run dev --workspace=packages/bruno-electron
|
||||
npm run build --workspace=packages/bruno-app
|
||||
```
|
||||
|
||||
## fix
|
||||
|
||||
You might encounter a `Unsupported platform` error when you run `npm install`. To fix this, you will need to delete `node_modules` and `package-lock.json` and run `npm install`. This should install all the necessary packages needed to run the app.
|
||||
|
||||
# testing
|
||||
|
||||
```bash
|
||||
# bruno-schema
|
||||
npm test --workspace=packages/bruno-schema
|
||||
|
||||
```
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user