New to Adapt and trying my first installation. just followed the installation from "Setting up your development environment." Everything seemed to install and was able to create a course. However, received a fatal error when running grunt build command:
Running "javascript:dev" (javascript) task
Fatal error: Error: Parse error using esprima for file: /Users/jgeary/Desktop/jgeary-course/src/core/js/views/buttonsView.js
Error: Line 141: Unexpected token return
In module tree:
core/js/app
components/adapt-contrib-gmcq/js/adapt-contrib-gmcq
components/adapt-contrib-mcq/js/adapt-contrib-mcq
core/js/views/questionView
-----------
When running grunt server, nothing but a blank page in the browser...
Any help would be greatly appreciated!