Skip to content
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

Install tldjs under root #143

Open
cveld opened this issue Nov 26, 2020 · 1 comment
Open

Install tldjs under root #143

cveld opened this issue Nov 26, 2020 · 1 comment

Comments

@cveld
Copy link

cveld commented Nov 26, 2020

When I try npm i tldjs running under root I get the following error:

root@mymachine:~/test# npm i tldjs

> [email protected] postinstall /root/test/node_modules/tldjs
> node ./bin/postinstall.js

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

Error: Cannot find module '/root/test/node_modules/tldjs/bin/postinstall.js'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
    at Function.Module._load (internal/modules/cjs/loader.js:667:27)
    at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:60:12)
    at internal/main/run_main_module.js:17:47 {
  code: 'MODULE_NOT_FOUND',
  requireStack: []
}
npm WARN [email protected] No description
npm WARN [email protected] No repository field.

npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] postinstall: `node ./bin/postinstall.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] postinstall script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     /root/.npm/_logs/2020-11-26T14_09_29_771Z-debug.log

What must I do to successfully install tldjs under root?

@thom4parisot
Copy link
Owner

Why do you need to install it as root? Does it work when you install it as non-root user?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants