jaredallard / notion-app

Notion for Linux
MIT License
136 stars 10 forks source link

Archlinux Install #5

Closed trevortknguyen closed 1 year ago

trevortknguyen commented 4 years ago

I clone the repo, change directories to the repo. I run makepkg -si and enter in my password. I type 'Y' to confirm the install. It's installed.

I type notion into the console and get this error.

internal/modules/cjs/loader.js:604
    throw err;
    ^

Error: Cannot find module '/opt/notion/resources/electron.asar/browser/init.js'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:602:15)
    at Function.Module._load (internal/modules/cjs/loader.js:528:25)
    at Function.Module.runMain (internal/modules/cjs/loader.js:753:10)
    at startup (internal/bootstrap/node.js:241:19)
    at bootstrapNodeJSCore (internal/bootstrap/node.js:579:3)
jaredallard commented 4 years ago

Interesting, I'll see if I can reproduce it!

jaredallard commented 4 years ago

I would highly recommend on Arch you use the notion-app package though, which was inspired by this project and uses some of this "code". They knew how to make a much better archlinux compatible setup than I did!

jaredallard commented 1 year ago

We've removed our makepkg in favor of notion-app, so I'm going to close this!