Open Rospel0Funk opened 5 years ago
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)
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
+ node-gyp@6.0.1
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/eslint-plugin@1.13.0 requires a peer of eslint@^5.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN @typescript-eslint/experimental-utils@1.13.0 requires a peer of eslint@* but none is installed. You must install peer dependencies yourself.
npm WARN @typescript-eslint/parser@1.13.0 requires a peer of eslint@^5.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN chai-string@1.5.0 requires a peer of chai@^4.1.2 but none is installed. You must install peer dependencies yourself.
npm WARN xpring@1.0.0 No description
npm WARN xpring@1.0.0 No repository field.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! leveldown@3.0.2 install: `prebuild-install || node-gyp rebuild`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the leveldown@3.0.2 install script.
Any ideas why this is happening?
@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
I have been having this problem too. What is the maximum version number of node that is likely to work?
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
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.