You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: Not Found
at /home/arun/Projects/richdocs/app.js:34:13
at Layer.handle [as handle_request] (/home/arun/Projects/richdocs/node_modules/express/lib/router/layer.js:95:5)
at trim_prefix (/home/arun/Projects/richdocs/node_modules/express/lib/router/index.js:317:13)
at /home/arun/Projects/richdocs/node_modules/express/lib/router/index.js:284:7
at Function.process_params (/home/arun/Projects/richdocs/node_modules/express/lib/router/index.js:335:12)
at next (/home/arun/Projects/richdocs/node_modules/express/lib/router/index.js:275:10)
at cookieParser (/home/arun/Projects/richdocs/node_modules/cookie-parser/index.js:70:5)
at Layer.handle [as handle_request] (/home/arun/Projects/richdocs/node_modules/express/lib/router/layer.js:95:5)
at trim_prefix (/home/arun/Projects/richdocs/node_modules/express/lib/router/index.js:317:13)
at /home/arun/Projects/richdocs/node_modules/express/lib/router/index.js:284:7
The text was updated successfully, but these errors were encountered:
Followed the instructions in the README. Had to do a couple of additional things
$ npm install -g nodemon
And change line 7 in caption-service.js from
var $ = require('jQuery');
to
var $ = require('jquery');
But when browsing http://localhost:3001/index.html I get a 404 Not found error.
This is the stacktrace:
Error: Not Found
at /home/arun/Projects/richdocs/app.js:34:13
at Layer.handle [as handle_request] (/home/arun/Projects/richdocs/node_modules/express/lib/router/layer.js:95:5)
at trim_prefix (/home/arun/Projects/richdocs/node_modules/express/lib/router/index.js:317:13)
at /home/arun/Projects/richdocs/node_modules/express/lib/router/index.js:284:7
at Function.process_params (/home/arun/Projects/richdocs/node_modules/express/lib/router/index.js:335:12)
at next (/home/arun/Projects/richdocs/node_modules/express/lib/router/index.js:275:10)
at cookieParser (/home/arun/Projects/richdocs/node_modules/cookie-parser/index.js:70:5)
at Layer.handle [as handle_request] (/home/arun/Projects/richdocs/node_modules/express/lib/router/layer.js:95:5)
at trim_prefix (/home/arun/Projects/richdocs/node_modules/express/lib/router/index.js:317:13)
at /home/arun/Projects/richdocs/node_modules/express/lib/router/index.js:284:7
The text was updated successfully, but these errors were encountered: