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

no known trigger event, just noticed this #1709

Closed
yankeeinlondon opened this issue Nov 13, 2020 · 3 comments · May be fixed by baby636/ipfs-desktop#31
Closed

no known trigger event, just noticed this #1709

yankeeinlondon opened this issue Nov 13, 2020 · 3 comments · May be fixed by baby636/ipfs-desktop#31

Comments

@yankeeinlondon
Copy link

Please describe what you were doing when this error happened.

Specifications

  • OS: darwin
  • IPFS Desktop Version: 0.13.2
  • Electron Version: 9.3.2
  • Chrome Version: 83.0.4103.122

Error

Error: Command failed: npm install -g ipfs-npm
internal/modules/cjs/loader.js:968
  throw err
@yankeeinlondon
Copy link
Author

However, runningnpm install -g ipfs-npm from the command line I get the following:

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

Error: Cannot find module '../lib/cli.js'
Require stack:
- /usr/local/lib/node_modules/npm/bin/npm-cli.js
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:965:15)
    at Function.Module._load (internal/modules/cjs/loader.js:841:27)
    at Module.require (internal/modules/cjs/loader.js:1025:19)
    at require (internal/modules/cjs/helpers.js:72:18)
    at Object.<anonymous> (/usr/local/lib/node_modules/npm/bin/npm-cli.js:2:1)
    at Module._compile (internal/modules/cjs/loader.js:1137:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:1157:10)
    at Module.load (internal/modules/cjs/loader.js:985:32)
    at Function.Module._load (internal/modules/cjs/loader.js:878:14)
    at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:71:12) {
  code: 'MODULE_NOT_FOUND',
  requireStack: [ '/usr/local/lib/node_modules/npm/bin/npm-cli.js' ]
}

@jessicaschilling
Copy link
Contributor

Thanks, @ksnyde - we'll take a closer look at our next triage session!

@yankeeinlondon
Copy link
Author

nevermind ... this appears to be related to an issue with my version of npm; i have fixed this now and the install did work.

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

Successfully merging a pull request may close this issue.

2 participants