moneyd icon indicating copy to clipboard operation
moneyd copied to clipboard

npm install -g Moneyd not working..

Open Rospel0Funk opened this issue 6 years ago • 6 comments

I'm working on a Mac running the most recent operating system, just updated, at first I was having permission problems but I fixed them all, now its gone from giving me 700 lines of code to tell me I have a problem to 6k lines....... and nothing is specific but it always outputs this at the beginning, (the shorter pic) and the bigger one at the end.

Rospel0Funk avatar Oct 24 '19 06:10 Rospel0Funk

sorry in advance it's not letting me upload any pictures of anything...... so here is the code that its always showing before

prebuild-install WARN install No prebuilt binaries found (target=12.13.0 runtime=node arch=x64 platform=darwin)

Rospel0Funk avatar Oct 24 '19 06:10 Rospel0Funk

same issue here. i already followed the instructions on https://github.com/nodejs/node-gyp/blob/master/macOS_Catalina.md and have node-gyp installed

➜ sw_vers
ProductName:	Mac OS X
ProductVersion:	10.15.1
BuildVersion:	19B88

i already installed xcode cli via xcode-select --install with no prior xcode installation

➜ xcode-select -print-path
/Library/Developer/CommandLineTools
➜ npm install -g node-gyp
/usr/local/bin/node-gyp -> /usr/local/lib/node_modules/node-gyp/bin/node-gyp.js
+ [email protected]
updated 1 package in 3.797s
➜ xcode-select --version
xcode-select version 2370.
➜ /usr/sbin/pkgutil --pkg-info com.apple.pkg.CLTools_Executables
package-id: com.apple.pkg.CLTools_Executables
version: 11.0.0.0.1.1567737322
volume: /
location: /
install-time: 1572741948
groups: com.apple.FindSystemFiles.pkg-group

Error messages

fatal error: too many errors emitted, stopping now [-ferror-limit=]
14 warnings and 20 errors generated.
make: *** [Release/obj.target/leveldown/src/batch.o] Error 1
gyp ERR! build error
gyp ERR! stack Error: `make` failed with exit code: 2
gyp ERR! stack     at ChildProcess.onExit (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:194:23)
gyp ERR! stack     at ChildProcess.emit (events.js:210:5)
gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:272:12)
gyp ERR! System Darwin 19.0.0
gyp ERR! command "/usr/local/bin/node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
gyp ERR! cwd /Users/bob/Desktop/project/node_modules/leveldown
gyp ERR! node -v v12.13.0
gyp ERR! node-gyp -v v5.0.5
gyp ERR! not ok
npm WARN @typescript-eslint/[email protected] requires a peer of eslint@^5.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN @typescript-eslint/[email protected] requires a peer of eslint@* but none is installed. You must install peer dependencies yourself.
npm WARN @typescript-eslint/[email protected] requires a peer of eslint@^5.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN [email protected] requires a peer of chai@^4.1.2 but none is installed. You must install peer dependencies yourself.
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] install: `prebuild-install || node-gyp rebuild`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] install script.

Any ideas why this is happening?

kevinmachstudio avatar Nov 03 '19 01:11 kevinmachstudio

@Rospel0Funk i downgraded my node version from v12.13.0 to v8.9.4 and the moneyd module installs fine now

must have been some incompatibility issues with the newest node version that messed up the moneyd installation

kevinmachstudio avatar Nov 06 '19 09:11 kevinmachstudio

I have been having this problem too. What is the maximum version number of node that is likely to work?

LoisRP avatar Dec 18 '19 23:12 LoisRP

i was told that they stopped updating this one, and given another one to download, this is just one platform to access the inter ledger, hasn't really been clear to me, and i havn't been active though, just good

Rospel0Funk avatar Dec 19 '19 00:12 Rospel0Funk