To start I am relatively new to Rivescript so please be patient.
I am attempting to run my html with my js and .rive using a web server (using the web-server steps in the github). In my attempts to build the `dist/rivescript.js` for the web browser, I keep running into the following errors:
> [email]rivescript@2.0.0[/email] dist /Users/jamiestorey/node_modules/rivescript
> npm run build; npm run webpack; npm run uglify
> [email]rivescript@2.0.0[/email] build /Users/jamiestorey/node_modules/rivescript
> babel src -d lib
sh: babel: command not found
npm ERR! code ELIFECYCLE
npm ERR! syscall spawn
npm ERR! file sh
npm ERR! errno ENOENT
npm ERR! [email]rivescript@2.0.0[/email] build: `babel src -d lib`
npm ERR! spawn ENOENT
npm ERR!
npm ERR! Failed at the [email]rivescript@2.0.0[/email] build script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm WARN Local package.json exists, but node_modules missing, did you mean to install?
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/jamiestorey/.npm/_logs/2019-12-19T16_23_35_023Z-debug.log
Has anyone else seen an issue like this? I am using a Mac terminal btw.