-
-
Notifications
You must be signed in to change notification settings - Fork 5k
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
installation error #1
Comments
Hello, Does it work if you install without sudo? Generally it's recommended to avoid using sudo when installing packages, even globally (see here ). There could be some issue with the permission of the npm install directory, please see here on how to fix them. Personally, I always go for Option 2 and set the install directory under Please give that a try and let me know if you're still having any issue. |
hello, it was a permission problem as you mentioned. i fixed it with the guide you sent and it's working now. thanks! |
Hello, I have the same error. I try to install it with sudo but I get this error: I have no sqlite3 directory in node_modules, but why? That's my system: |
hello,
i got an error after i executed
sudo npm install -g joplin
so i managed to install with
--unsafe-perm
command. now i'm havingError: Cannot find module '/usr/lib/node_modules/joplin/node_modules/sqlite3/lib/binding/node-v57-linux-x64/node_sqlite3.node'
error. i tried to remove node_modules directory under joplin and reinstall by
npm install
. still getting the same error. there is no binding directory under the lib folder by the way.do you have any idea?
(i'm running it on Fedora 25 (Korora))
The text was updated successfully, but these errors were encountered: