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

fula client npm install issues #146

Open gitaaron opened 2 years ago

gitaaron commented 2 years ago

Steps to reproduce

> cd libraries/fula-client && npm instal

> npm install
npm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.npmjs.org/build-helpers - Not found
npm ERR! 404
npm ERR! 404  'build-helpers@~0.0.1' is not in this registry.
npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
npm ERR! 404
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.

npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/asurty/.npm/_logs/2022-04-15T15_49_01_638Z-debug.log

Also tried


> npm i --save build-helpers
npm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.npmjs.org/build-helpers - Not found
npm ERR! 404
npm ERR! 404  'build-helpers@~0.0.1' is not in this registry.
npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
npm ERR! 404
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.

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

Hi @gitaaron

we have internal build-helpers located at tools/build-helpers which is in charge of cleaning dist folder. solution are: