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

npx create-aragon-app reward crashes #899

Closed
vporton opened this issue Nov 10, 2019 · 5 comments
Closed

npx create-aragon-app reward crashes #899

vporton opened this issue Nov 10, 2019 · 5 comments
Labels
πŸ› bug An unexpected behavior of the API

Comments

@vporton
Copy link

vporton commented Nov 10, 2019

πŸ› Bug Report

$ npx create-aragon-app reward
  βœ” Preparing initialization
  βœ” Cloning app template
  βœ” Preparing template
  βœ– Installing package dependencies
    β†’ Failed to install dependencies. See above output.
    Check IPFS
βœ– Command failed: npm install
internal/modules/cjs/loader.js:583
    throw err;
    ^

Error: Cannot find module 'umask'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:581:15)
    at Function.Module._load (internal/modules/cjs/loader.js:507:25)
    at Module.require (internal/modules/cjs/loader.js:637:17)
    at require (internal/modules/cjs/helpers.js:22:18)
    at Object.<anonymous> (/usr/share/npm/lib/utils/umask.js:1:75)
    at Module._compile (internal/modules/cjs/loader.js:689:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:700:10)
    at Module.load (internal/modules/cjs/loader.js:599:32)
    at tryModuleLoad (internal/modules/cjs/loader.js:538:12)
    at Function.Module._load (internal/modules/cjs/loader.js:530:3)


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

Error: Cannot find module 'umask'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:581:15)
    at Function.Module._load (internal/modules/cjs/loader.js:507:25)
    at Module.require (internal/modules/cjs/loader.js:637:17)
    at require (internal/modules/cjs/helpers.js:22:18)
    at Object.<anonymous> (/usr/share/npm/lib/utils/umask.js:1:75)
    at Module._compile (internal/modules/cjs/loader.js:689:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:700:10)
    at Module.load (internal/modules/cjs/loader.js:599:32)
    at tryModuleLoad (internal/modules/cjs/loader.js:538:12)
    at Function.Module._load (internal/modules/cjs/loader.js:530:3)


Failed to install dependencies. See above output.

Have you read the Contributing Guidelines on issues?

Yes.

Context

Environment

  • OS and OS version: Ubuntu 19.10
  • Browser and browser version: none
  • Add any other context about the problem here.

Linux victor-pc 5.3.0-19-generic #20-Ubuntu SMP Fri Oct 18 09:04:39 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux

To Reproduce

See above.

Actual Behavior

Crash.

@welcome
Copy link

welcome bot commented Nov 10, 2019

Thanks for opening your first issue in aragonCLI! Someone will circle back soon ⚑

@vporton
Copy link
Author

vporton commented Nov 10, 2019

Note that npm install umask does not help.

@macor161 macor161 added the πŸ› bug An unexpected behavior of the API label Nov 11, 2019
@macor161
Copy link
Contributor

Hi @vporton can you give me your nodejs version?

@0xGabi
Copy link
Contributor

0xGabi commented Jan 29, 2020

I'll close this as is not been reproducible

@0xGabi 0xGabi closed this as completed Jan 29, 2020
@vporton
Copy link
Author

vporton commented Jan 29, 2020

npm i npm solved the trouble.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
πŸ› bug An unexpected behavior of the API
Projects
None yet
Development

No branches or pull requests

3 participants