Hi There,
When running npm start for the File Upload client module, I get a whole list of errors ending with:
1 | import ‘regenerator-runtime/runtime.js’;
| ^
2 | import axios from ‘axios’;
3 |
4 | const progressBar = document.querySelector(‘#progressBar’);
Any ideas what this means?