Skip to content

Commit

Permalink
Merge branch 'readme-update-canvas-error' into 'master'
Browse files Browse the repository at this point in the history
updating readme by adding Common errors section and Canvas error solving

See merge request kchat/webapp!898
  • Loading branch information
antonbuks committed Aug 28, 2024
2 parents 5eece57 + f2a7d72 commit 5963ee7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,12 @@ export $(xargs < ./.env) && yarn dev-server:webapp
```shell
export $(xargs < ./.env) && yarn build:webapp
```
### Common errors
##### This error can occur when running a single test or a suite of tests
```shell
Cannot find module '../build/Release/canvas.node'
```
fix :
```shell
brew install pkg-config cairo pango libpng jpeg giflib librsvg
```

0 comments on commit 5963ee7

Please sign in to comment.