Skip to content

Commit

Permalink
Upgrade jsdom to fix test errors
Browse files Browse the repository at this point in the history
`npm test` failed with error text like this:

```
Error: The module 'node_modules/canvas/build/Release/canvas.node'
was compiled against a different Node.js version using
NODE_MODULE_VERSION 93. This version of Node.js requires
NODE_MODULE_VERSION 108.
canvas was compiled against a different Node.js version
```

Version 93 is a v16 release, but the project version is on 18 now.

A `uninstall` and a new `install -D` got the jsdom tests working.
  • Loading branch information
cwmanning committed Sep 21, 2023
1 parent 0e32c61 commit b627106
Show file tree
Hide file tree
Showing 2 changed files with 125 additions and 165 deletions.
Loading

0 comments on commit b627106

Please sign in to comment.