Package Details: notesnook 3.0.22-1

Git Clone URL: https://aur.archlinux.org/notesnook.git (read-only, click to copy)
Package Base: notesnook
Description: A fully open source & end-to-end encrypted note taking alternative to Evernote.(Use system-wide electron)
Upstream URL: https://notesnook.com/
Keywords: electron encrypted notes
Licenses: GPL-3.0-or-later
Conflicts: notesnook
Provides: notesnook
Submitter: Radeox
Maintainer: zxp19821005
Last Packager: zxp19821005
Votes: 9
Popularity: 1.86
First Submitted: 2022-09-05 10:09 (UTC)
Last Updated: 2024-11-25 01:22 (UTC)

Dependencies (10)

Required by (0)

Sources (3)

Latest Comments

1 2 Next › Last »

zxp19821005 commented on 2024-11-21 05:59 (UTC)

@liuyun Thanks for your feedback, fixed it.

liuyun commented on 2024-11-21 05:41 (UTC) (edited on 2024-11-21 05:42 (UTC) by liuyun)

I am still getting a similar error after opening Notesnook. notesnook-electron-bin also gives the same error.

/usr/lib/notesnook/app.asar/node_modules/sqlite-better-trigram-linux-x64/better-trigram.so.so: cannot open shared object file: Not a directory SqliteError: /usr/lib/notesnook/app.asar/node_modules/sqlite-better-trigram-linux-x64/better-trigram.so.so: cannot open shared object file: Not a directory at Database.loadExtension (/usr/lib/notesnook/app.asar/node_modules/better-sqlite3-multiple-ciphers/lib/methods/wrappers.js:29:14) at Object.load (/usr/lib/notesnook/app.asar/node_modules/sqlite-better-trigram/index.cjs:55:6) at z.<anonymous> (https://app.notesnook.com/assets/sqlite.worker.desktop-CP9v2gK6.js:1:663) at Generator.next (<anonymous>) at https://app.notesnook.com/assets/sqlite.worker.desktop-CP9v2gK6.js:1:298 at new Promise (<anonymous>) at g (https://app.notesnook.com/assets/sqlite.worker.desktop-CP9v2gK6.js:1:95) at z.open (https://app.notesnook.com/assets/sqlite.worker.desktop-CP9v2gK6.js:1:452) at s (https://app.notesnook.com/assets/sqlite.worker.desktop-CP9v2gK6.js:5:1227)

zxp19821005 commented on 2024-09-26 03:23 (UTC) (edited on 2024-09-26 03:24 (UTC) by zxp19821005)

@taivlam Thanks a lot, it's my fault, fixed it.

taivlam commented on 2024-09-25 19:46 (UTC)

Is anyone else getting this error below after opening Notesnook? (To be clear, Notesnook still opens up, but it only shows this error message and refuses to show anything else. The only thing you can do is to close the application window.)

ENOENT: no such file or directory, open '/usr/lib/notesnook/app.asar.unpacked/node_modules/better-sqlite3-multiple-ciphers/package.json'
Error: ENOENT: no such file or directory, open '/usr/lib/notesnook/app.asar.unpacked/node_modules/better-sqlite3-multiple-ciphers/package.json'
    at Object.readFileSync (node:fs:448:20)
    at t.readFileSync (node:electron/js2c/node_init:2:9900)
    at u.internalModuleReadJSON (node:electron/js2c/node_init:2:12131)
    at read (node:internal/modules/package_json_reader:56:25)
    at readPackage (node:internal/modules/package_json_reader:141:10)
    at resolveExports (node:internal/modules/cjs/loader:595:15)
    at Module._findPath (node:internal/modules/cjs/loader:676:31)
    at Module._resolveFilename (node:internal/modules/cjs/loader:1138:27)
    at s._resolveFilename (node:electron/js2c/worker_init:2:2631)
    at Module._load (node:internal/modules/cjs/loader:993:27)

UmmIt commented on 2024-05-15 02:06 (UTC)

Hello, there is an unbuildable problem.

> nx run @notesnook/web:"build:desktop"


> @notesnook/web@3.0.4 build:desktop
> cross-env PLATFORM=desktop vite build

failed to load config from /home/btw/.cache/yay/notesnook/src/notesnook-3.0.4/apps/web/vite.config.ts
error during build:
Error: The package "@esbuild/linux-x64" could not be found, and is needed by esbuild.

If you are installing esbuild with npm, make sure that you don't specify the
"--no-optional" or "--omit=optional" flags. The "optionalDependencies" feature
of "package.json" is used by esbuild to install the correct binary executable
for your current platform.
    at generateBinPath (/home/btw/.cache/yay/notesnook/src/notesnook-3.0.4/apps/web/node_modules/esbuild/lib/main.js:1899:15)
    at esbuildCommandAndArgs (/home/btw/.cache/yay/notesnook/src/notesnook-3.0.4/apps/web/node_modules/esbuild/lib/main.js:1969:33)
    at ensureServiceIsRunning (/home/btw/.cache/yay/notesnook/src/notesnook-3.0.4/apps/web/node_modules/esbuild/lib/main.js:2133:25)
    at build (/home/btw/.cache/yay/notesnook/src/notesnook-3.0.4/apps/web/node_modules/esbuild/lib/main.js:2025:26)
    at bundleConfigFile (file:///home/btw/.cache/yay/notesnook/src/notesnook-3.0.4/apps/web/node_modules/vite/dist/node/chunks/dep-bb8a8339.js:66194:26)
    at loadConfigFromFile (file:///home/btw/.cache/yay/notesnook/src/notesnook-3.0.4/apps/web/node_modules/vite/dist/node/chunks/dep-bb8a8339.js:66170:31)
    at resolveConfig (file:///home/btw/.cache/yay/notesnook/src/notesnook-3.0.4/apps/web/node_modules/vite/dist/node/chunks/dep-bb8a8339.js:65767:34)
    at build (file:///home/btw/.cache/yay/notesnook/src/notesnook-3.0.4/apps/web/node_modules/vite/dist/node/chunks/dep-bb8a8339.js:47926:26)
    at CAC.<anonymous> (file:///home/btw/.cache/yay/notesnook/src/notesnook-3.0.4/apps/web/node_modules/vite/dist/node/cli.js:842:15)

 ——————————————————————————————————————————————————————————————————————————————————————

 >  NX   Ran target build:desktop for project @notesnook/web and 12 task(s) they depend on (6s)

    ✖    1/13 failed
    ✔    12/13 succeeded [12 read from cache]

   View structured, searchable error logs at https://nx.app/runs/gcLL6Q30Od

==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: notesnook-exit status 4
 -> Failed to install the following packages. Manual intervention is required:
notesnook - exit status 4

zxp19821005 commented on 2024-01-10 09:03 (UTC)

@wanderingice Thanks for your feedback,fixed it.

wanderingice commented on 2024-01-10 06:37 (UTC)

There's an issue building this, happening on multiple computers for me. It consistently freezes here:

>  NX   Successfully ran target release for project @notesnook/desktop and 2 tasks it depends on (3s)

   Nx read the output from the cache instead of running the command for 2 out of 3 tasks.

   See Nx Cloud run details at https://nx.app/runs/xCZ7ojJyLD

Need to install the following packages:
  electron-builder@24.9.1
Ok to proceed? (y) y
  • electron-builder  version=24.9.1 os=6.6.10-arch1-1
  • writing effective config  file=dist/builder-effective-config.yaml
  • rebuilding native dependencies  dependencies=@parcel/watcher@2.0.4 platform=linux arch=x64

It just hangs there indefinitely.

I find it strange that it has a reference to a cloud run, though when I click on that link nothing is found. Any ideas how to resolve? This is happening on two different machines for me.

zxp19821005 commented on 2023-09-25 02:15 (UTC)

@aquatic7 I've got another error today.The build actions I've wrote always follow this: https://github.com/streetwriters/notesnook/actions/workflows/desktop.publish.yml .I think maybe there was something wrong in upstream.

aquatic7 commented on 2023-09-22 21:23 (UTC) (edited on 2023-09-22 21:23 (UTC) by aquatic7)

Build error. What to do?

==> Validating source files with sha256sums... notesnook-2.6.5.tar.gz ... Passed notesnook.desktop ... Passed ==> Removing existing $srcdir/ directory...

==> Extracting sources... -> Extracting notesnook-2.6.5.tar.gz with bsdtar ==> Starting build()... npm ERR! code ENOENT npm ERR! syscall mkdir npm ERR! path /.npm npm ERR! errno -2 npm ERR! enoent ENOENT: no such file or directory, mkdir '/.npm' npm ERR! enoent This is related to npm not being able to find a file. npm ERR! enoent