Skip to content
This repository has been archived by the owner on Jun 22, 2021. It is now read-only.

Installing mach via instructions in readme fails #53

Open
slipset opened this issue Oct 28, 2017 · 0 comments
Open

Installing mach via instructions in readme fails #53

slipset opened this issue Oct 28, 2017 · 0 comments

Comments

@slipset
Copy link
Contributor

slipset commented Oct 28, 2017

✘-127 ~/Documents/github.com/first-roll
12:02 $ sudo npm install -g @juxt/mach
/usr/local/bin/mach -> /usr/local/lib/node_modules/@juxt/mach/bin/mach

> [email protected] install /usr/local/lib/node_modules/@juxt/mach/node_modules/lumo-cljs
> node scripts/npm_install.js || nodejs scripts/npm_install.js

internal/streams/legacy.js:59
      throw er; // Unhandled stream error in pipe.
      ^

Error: EACCES: permission denied, open 'lumo_mac.zip'
sh: nodejs: command not found
npm ERR! file sh
npm ERR! code ELIFECYCLE
npm ERR! errno ENOENT
npm ERR! syscall spawn
npm ERR! [email protected] install: `node scripts/npm_install.js || nodejs scripts/npm_install.js`
npm ERR! spawn ENOENT
npm ERR!
npm ERR! Failed at the [email protected] install 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!     /Users/erik/.npm/_logs/2017-10-28T10_02_51_139Z-debug.log

Following tip from #47, things work:

12:03 $ sudo npm install --unsafe-perm -g @juxt/mach
/usr/local/bin/mach -> /usr/local/lib/node_modules/@juxt/mach/bin/mach

> [email protected] install /usr/local/lib/node_modules/@juxt/mach/node_modules/lumo-cljs
> node scripts/npm_install.js || nodejs scripts/npm_install.js


 Downloading [========================================] 2851270/bps 100% 0.0s

+ @juxt/[email protected]
added 132 packages in 19.268s
✔ ~/Documents/github.com/first-roll
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant