I'm following the steps mentioned in README.md to run the app. On running npm start, I'm getting the following error:
> reprocessing-example@ start /Users/vaibhavtulsyan/reason101/reprocessing-example
> ./lib/bs/bytecode/index.byte
sh: ./lib/bs/bytecode/index.byte: No such file or directory
npm ERR! file sh
npm ERR! code ELIFECYCLE
npm ERR! errno ENOENT
npm ERR! syscall spawn
npm ERR! reprocessing-example@ start: `./lib/bs/bytecode/index.byte`
npm ERR! spawn ENOENT
npm ERR!
npm ERR! Failed at the reprocessing-example@ start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
However, running npm run build:web and then running a simple python server seems to work.
I'm following the steps mentioned in
README.md
to run the app. On runningnpm start
, I'm getting the following error:However, running
npm run build:web
and then running a simple python server seems to work.