command:
dadi api new my-api
version:
node: v8.9.4
dadi-cli: 2.1.0
mongod: v3.6.2
expected:
A folder structure like this:
my-api/
config/ # contains environment-specific configuration files
config.development.json
server.js # the entry point for the application
package.json
workspace/
collections/ # collection specification files
endpoints/ # custom JavaScript endpoints
behavior:
Checking the available versions of DADI API
nothing happens. cli crashes. no new files or folder were created. no error message.