oat-sa / package-tao

Composer packages to build TAO product
GNU General Public License v2.0
128 stars 72 forks source link

package-tao not configuring #91

Closed silarvaibhav closed 2 years ago

silarvaibhav commented 2 years ago

Hi All,

I am trying to install pacakge-tao on my Mac M1, following below steps as mentioned in readme.md

Clone repository

git clone https://github.com/oat-sa/package-tao.git

Install via composer missing library and extensions.

composer install

While installing dependencies following error comes:

Installing NPM dependencies for oat-sa/tao-core
/Users/vaibhav/Documents/package-tao/tao

npm ERR! Error while executing:
npm ERR! /usr/bin/git ls-remote -h -t git://github.com/adobe-webplatform/eve.git
npm ERR! 
npm ERR! fatal: unable to connect to github.com:
npm ERR! github.com[0: 13.234.210.38]: errno=Operation timed out
npm ERR! 
npm ERR! 
npm ERR! exited with error code: 128

npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/vaibhav/.npm/_logs/2022-06-08T08_52_02_985Z-debug.log

In NpmClient.php line 121:

  Execution of '\'/Users/vaibhav/.nvm/versions/node/v12.22.1/bin/npm\' \'install\' \'--production\' \'--prefix\' \'view  
  s\'' failed.     

Note: I am able to access other git repositories from command line

Any pointers will be apreciated.

Thanks

silarvaibhav commented 2 years ago

This isn't the problem with tao, got the solution, sharing if some faces such problem:

https://github.com/adobe-webplatform/eve/issues/34