Skip to content

Commit

Permalink
docs: fix typo in get-started/installation (#1344)
Browse files Browse the repository at this point in the history
  • Loading branch information
qwerzl committed Apr 29, 2024
1 parent e320075 commit 5262730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/1.get-started/1.installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,6 @@ If an error occurs during installation:
npx nuxt@latest upgrade --force
```

- If there is still an error related to `sharp` and `node-gyp`, it is is probably becase your OS architecture or NodeJS version is not included in pre-built binaries and needs to built from source (for example, this sometimes occurs on Apple M1). Checkout [node-gyp](https://github.com/nodejs/node-gyp#installation) for install requirements.
- If there is still an error related to `sharp` and `node-gyp`, it is probably because your OS architecture or NodeJS version is not included in pre-built binaries and needs to be built from source (for example, this sometimes occurs on Apple M1). Checkout [node-gyp](https://github.com/nodejs/node-gyp#installation) for install requirements.

- If none of the above worked, please [open an issue](https://github.com/nuxt/image/issues) and include error trace, OS, Node version and the package manager used for installing.

0 comments on commit 5262730

Please sign in to comment.