Joplin CLI (terminal version) on Windows

pardon the revival of my post, but I've got some detailed info to share and hopefully get some feedback.

I've tried to install Joplin Terminal on WSL2 again on a fresh Ubuntu 20.04 LTS installation. Did a sudo update and upgrade.

I've installed node version 12+ according to the Joplin github guide.
I got my node from: GitHub - nodesource/distributions: NodeSource Node.js Binary Distributions
I proceed installing yarn.

and finally used the command to install joplin:

NPM_CONFIG_PREFIX=~/.joplin-bin npm install -g joplin

I got an error that it could not reach the sqlite3 with an 403 error:

sqlite3@5.0.1 install /home/symisz/.joplin-bin/lib/node_modules/joplin/node_modules/sqlite3
node-pre-gyp install --fallback-to-build
node-pre-gyp WARN Using request for node-pre-gyp https download
node-pre-gyp WARN Tried to download(403): https://mapbox-node-binary.s3.amazonaws.com/sqlite3/v5.0.1/napi-v6-linux-x64.tar.gz
node-pre-gyp WARN Pre-built binaries not found for sqlite3@5.0.1 and node@12.20.1 (node-v72 ABI, glibc) (falling back to source compile with node-gyp)

Can I manually install sqlite3 if I find a different source to complete the Joplin installation?


old post:

I'm a bit confused on how to get this working under Windows. I have WSL2 installed and from here I tried the nvm, a node version manager and installed the latest node with npm, but I get an error after this stating that package.json not being available etc.

Has anyone manage to get the Joplin terminal working under Windows?

edit: I'm getting deprecated errors while installing with command npm -g install joplin

npm WARN deprecated request-promise-native@1.0.9: request-promise-native has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142
npm WARN deprecated har-validator@5.1.5: this library is no longer supported
npm WARN deprecated urix@0.1.0: Please see GitHub - lydell/urix: [DEPRECATED] Makes Windows-style paths more unix and URI friendly.
npm WARN deprecated fsevents@2.1.3: Please update to v 2.2.x
npm WARN deprecated resolve-url@0.2.1: GitHub - lydell/resolve-url: [DEPRECATED] Like Node.js’ `path.resolve`/`url.resolve` for the browser.
npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
npm WARN deprecated highlight.js@9.12.0: Version no longer supported. Upgrade to @latest
npm WARN deprecated highlight.js@9.12.0: Version no longer supported. Upgrade to @latest

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.