Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JPL binary of current codebase #33

Open
rinodrops opened this issue Jun 3, 2024 · 1 comment
Open

JPL binary of current codebase #33

rinodrops opened this issue Jun 3, 2024 · 1 comment

Comments

@rinodrops
Copy link

  1. Clone this repository (git clone https://github.com/joplin/plugin-email.git) and move into it
  2. Set the Node.js Crypto Policy
    Node.js 17 and later use OpenSSL 3, which has stricter default settings. To relax these settings by setting an environment variable:
    export NODE_OPTIONS=--openssl-legacy-provider
  3. Install dependencies:
    npm install --save-dev webpack webpack-cli
  4. The JPL binary is generated in publish/ diectory.

Here's Bishoy.EmailPlugin.jpl using the recent repository (Jun 3, 2024) on macOS 14.5
Bishoy.EmailPlugin.jpl.zip

@Kofl Kofl mentioned this issue Dec 29, 2024
@Kofl
Copy link

Kofl commented Dec 29, 2024

Seems no longer to work:

node: --openssl-legacy-provider is not allowed in NODE_OPTIONS

npm 8.5.1
Ubuntu 22.04.1 LTS

But it still compiles fine with
npm run dist
Necessary step between 3. and 4. above

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants