-
Notifications
You must be signed in to change notification settings - Fork 655
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
Error: Cannot find module './build/Release/crypt3' #465
Comments
We try to remove and install sinopia. This error is displayed continusly
npm version: 5.5.1: |
mkdir /usr/lib/node_modules/sinopia/node_modules/crypt3/.node-gyp |
I have the same problem. |
it's working good on mac and windows. do i need install something for necessary on ubuntu ? |
When we run this command on client:
npm adduser --registry http://myserver.com:4873
This error is displayed on server:
error --- unexpected error: Cannot find module './build/Release/crypt3' Error: Cannot find module './build/Release/crypt3' at Function.Module._resolveFilename (module.js:527:15) at Function.Module._load (module.js:476:23) at Module.require (module.js:568:17) at require (internal/module.js:11:18) at module.exports (/usr/lib/node_modules/sinopia/node_modules/crypt3/index.js:24:9) at Object.add_user_to_htpasswd (/usr/lib/node_modules/sinopia/node_modules/sinopia-htpasswd/utils.js:107:14) at /usr/lib/node_modules/sinopia/node_modules/sinopia-htpasswd/index.js:93:20 at callback (/usr/lib/node_modules/sinopia/node_modules/sinopia-htpasswd/utils.js:55:19) at /usr/lib/node_modules/sinopia/node_modules/sinopia-htpasswd/utils.js:59:21 at /usr/lib/node_modules/sinopia/node_modules/sinopia-htpasswd/utils.js:23:21 http <-- 500, user: undefined, req: 'PUT /-/user/org.couchdb.user:XXXX', error: internal server error
Node version: 8.7.0
The text was updated successfully, but these errors were encountered: