-
-
Notifications
You must be signed in to change notification settings - Fork 146
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #401 from ganeshrvel/revert-400-release/3.2.26
Revert "Release 3.2.26"
- Loading branch information
Showing
6 changed files
with
2 additions
and
79 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -296,53 +296,7 @@ $ set UPGRADE_EXTENSIONS=1 && npm run dev | |
|
||
### Troubleshooting | ||
|
||
#### Error while building the app - `No module named 'distutils'` | ||
|
||
To resolve this issue, install Python setuptools: | ||
|
||
```shell | ||
brew install python-setuptools | ||
``` | ||
|
||
#### Error: npm version issue due to node-gyp bug | ||
|
||
If you encounter an error message like: | ||
|
||
```txt | ||
Error: This project requires npm version >=6.x <=8.16.0. You have version 10.24.0. | ||
Please downgrade your npm, this is due to a bug in node-gyp. | ||
GitHub issue: https://github.com/ganeshrvel/openmtp/issues/367. | ||
command: npm install -g [email protected] | ||
``` | ||
|
||
Follow these steps: | ||
|
||
1. If you use `nvm`, switch to Node.js version `16.19.0`: | ||
|
||
```shell | ||
nvm install 16.19.0 | ||
nvm use 16.19.0 | ||
``` | ||
|
||
2. Then, install the compatible npm version: | ||
|
||
```shell | ||
npm install -g [email protected] | ||
``` | ||
|
||
#### For non-nvm users | ||
|
||
If you don't use `nvm`, you can directly install Node.js version `16.19.0` from the [official website](https://nodejs.org/en/download/releases/), or you can use a package manager like `brew` to install the correct version: | ||
|
||
```shell | ||
brew install node@16 | ||
``` | ||
|
||
After installation, ensure npm is downgraded to the required version: | ||
|
||
```shell | ||
npm install -g [email protected] | ||
``` | ||
#### Your device is not recognized | ||
|
||
#### **node-mac-permissions** throws `Speech framework is not compatible with macOS < 10.15` | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters