node-express-boilerplate
node-express-boilerplate copied to clipboard
A boilerplate to quickly get projects going. It gives the developer a clean slate to start with while bundling enough useful features.
After install, and startup I get the following error: Caught exception: Unexpected token: name (GET) (line: 9406, col: 8, pos: 252890) Error at new JS_Parse_Error (/Users/Ben/Node/node-express-boilerplate/node_modules/connect-assetmanager-handlers/node_modules/uglify-js/lib/parse-js.js:263:22) at js_error (/Users/Ben/Node/node-express-boilerplate/node_modules/connect-assetmanager-handlers/node_modules/uglify-js/lib/parse-js.js:271:15) at...
The http://boilerplate.mape.me/ link throws 502 Error when clicked
I was getting this error, caused by installing the latest version of connect: Caught exception: TypeError: undefined is not a function TypeError: undefined is not a function at Manager. (/Users/aswan/myproject/lib/socket-io-server.js:10:17)...
I'm running your sample on Win 7 (64bit), and having installed all the dependencies, I get the following stack trace: c:\Dev\Repos\src\node>node server info - socket.io started Running in development mode...
Hey there, After a npm install which went smoothly I get the following error on startup. I tried to fix it myself but I can't. Would you mind to help...