I'm trying to install the Adapt Authoring tool. I'm up to step 4. Run the install script on https://github.com/adaptlearning/adapt_authoring/wiki/Install-on-Server#4
When I run node install I get the error:
\ Starting server
(node:996) DeprecationWarning: current URL string parser is deprecated, and will be removed in a future version. To use the new parser, pass option { useNewUrlP| Starting server
Any ideas on how to solve this?
Full terminal log below:
iMac:adapt_authoring briar$ node install
This script will install the application.
Would you like to continue?
> Continue? Y/n (Y) Y
We need to configure the tool before install.
Tip: just press ENTER to accept the default value in brackets.
> Server port (5000)
> Server name (localhost)
> Database host (localhost)
> Master database name (adapt-tenant-master)
> Database server port (27017)
> Database server user
> Database server password
> Database server authentication database (admin)
> Data directory path (data)
> Session secret (value used when saving session cookie data) (your-session-secret)
> Git repository URL to be used for the authoring tool source code (https://github.com/adaptlearning/adapt_authoring.git)
> Git repository URL to be used for the framework source code (https://github.com/adaptlearning/adapt_framework.git)
> Specific git revision to be used for the framework. Accepts any valid revision type (e.g. branch/tag/commit) (tags/v2.2.5)
> Are you using ffmpeg? y/N (N) Y
> Will you be using an SMTP server? (used for sending emails) y/N (N) N
Now we need to configure the master tenant.
Tip: just press ENTER to accept the default value in brackets.
\ Starting server
(node:996) DeprecationWarning: current URL string parser is deprecated, and will be removed in a future version. To use the new parser, pass option { useNewUrlP| Starting server
iMac:adapt_authoring briar$