functionland / fula-archived

Client-server stack for Web3! Turn your Raspberry Pi to a BAS server in minutes and enjoy the freedom of decentralized Web with a superior user experience!
https://fx.land
MIT License
4 stars 0 forks source link

fsync install error #196

Closed gitaaron closed 2 years ago

gitaaron commented 2 years ago
npm WARN deprecated har-validator@5.1.5: this library is no longer supported
npm WARN deprecated uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
npm ERR! code 1
npm ERR! path /Users/asurty/POpen/fxland/fula/examples/doc-sync/fsync/node_modules/wrtc
npm ERR! command failed
npm ERR! command sh -c node scripts/download-prebuilt.js
npm ERR! /bin/sh: node-pre-gyp: command not found

npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/asurty/.npm/_logs/2022-05-22T18_45_00_669Z-debug.log
farhoud commented 2 years ago

Mac M1?

gitaaron commented 2 years ago

Mac M1?

I think it was any host OS

farhoud commented 2 years ago

Oh If I have node-pre-gyp global on my system and i think i miss it! but if that fail i think uploader most fail too.

farhoud commented 2 years ago

Its part of dependency of https://www.npmjs.com/package/wrtc package. Something most went wrong.

farhoud commented 2 years ago

All this problem has root cause. https://github.com/node-webrtc/node-webrtc/pull/694 I wish they release soon. I will close this issue.