Picture of Ash Flinn
adapt-contrib-trickle ERROR
by Ash Flinn - Tuesday, 22 March 2016, 8:46 PM
 

Trying to install Adapt Authoring tool on my work computer, it runs Windows 7 Professional, and I'm admin on it. Master branch install using git always results in:

ERROR: unable to install adapt-contrib-trickle as it is not supported in the current version of of the Adapt framework

I've gotten an older branch to "work" and give me the result: 

Adapt Authoring Tool is running on: http://localhost:5000
username: admin
password: password

but when I got to http://localhost:5000, it just says app loading in bold.

Picture of Andrii Kubai
Re: adapt-contrib-trickle ERROR
by Andrii Kubai - Tuesday, 29 March 2016, 5:03 PM
 

I had the same problem. In my case I needed to fix two problems:

1) The problem with "Unable to install adapt-contrib-trickle as it is not supported ..." - I found the config file where declared this component in the list for installation and removed it. (I used search by text "adapt-contrib-trickle" in the files). 

2) At the end of installation I saw error:

[root@ip-10-0-0-25 adapt_authoring]# { [Error: Cannot find module '../build/Release/bson'] code: 'MODULE_NOT_FOUND' }
js-bson: Failed to load c++ bson extension, using pure JS version

For fix this problem I found "adapt_authoring\node_modules\bson\ext\index.js" and replaced "build/Release" to "browser_build". After this fix, at the end of installation I got request for enter login and password and the tool started without any problems. 

Hope it will help you.

Picture of Ash Flinn
Re: adapt-contrib-trickle ERROR
by Ash Flinn - Wednesday, 27 April 2016, 7:11 PM
 

Yes this helped. Everything is working great now :)