Picture of Ashutosh Mathur
" adapt install " command fails on Windows 7 64-bit
by Ashutosh Mathur - Saturday, 17 December 2016, 7:00 AM
 

Hi Team Adapt,

First of all thanks for creating this wonderful framework. I recently decided to use adapt for creating responsive e-learning courses hence I tried to install it on Windows 7 64-bit PC. I followed the exact process of installation that is provided on the official " Manual installation of the Adapt framework " page. The installation of Git(version 2.11.0), Node.js, grunt-cli, adapt-cli and npm install is successful but whenever I run the "adapt install" command it run into an error and also it shows a message "the plugin is not compatible with this version of adapt" but I downloaded the latest zip file of Adapt framework. My system is using a proxy server. Please reply ASAP.

Thanks

Ashutosh




Picture of Ashutosh Mathur
Re: " adapt install " command fails on Windows 7 64-bit
by Ashutosh Mathur - Saturday, 17 December 2016, 11:47 AM
 

Guys the problem is resolved by running a command 

'''

git config --global url."https://".insteadOf git://

 "'

before running " adapt install "

Thanks :)