Hello! I get error when I try to do command "paver update_assets lms --settings=aws"---> pavelib.assets.compile_coffeescript
node_modules/.bin/coffee --compile `find /edx/app/edxapp/edx-platform/lms /edx/app/edxapp/edx-platform/cms /edx/app/edxapp/edx-platform/common -type f -name "*.coffee"`
python manage.py lms --settings=aws print_settings STATIC_ROOT --format=value 2>/dev/null
python manage.py cms --settings=aws print_settings STATIC_ROOT --format=value 2>/dev/null
NODE_ENV=production STATIC_ROOT_LMS=/edx/var/edxapp/staticfiles STATIC_ROOT_CMS=/edx/var/edxapp/staticfiles/a45ac2f45d $(npm bin)/webpack
python manage.py cms --settings=aws compile_sass cms --debug
Build failed running pavelib.assets.update_assets: Subprocess return code: 137
Can you help me please ?