yeoman-generator-requirejs icon indicating copy to clipboard operation
yeoman-generator-requirejs copied to clipboard

grunt task preview-live error

Open akoskm opened this issue 10 years ago • 0 comments

The following error is thrown when the app is started with grunt preview-live

TypeError: Object /home/akoskm/Digitaz/reqtest has no method 'charAt' at exports.normalize (path.js:336:27) at SendStream.root.SendStream.from (/home/akoskm/Digitaz/reqtest/node_modules/grunt-contrib-connect/node_modules/connect/node_modules/send/lib/send.js:116:16) at Object.staticMiddleware [as handle] (/home/akoskm/Digitaz/reqtest/node_modules/grunt-contrib-connect/node_modules/connect/lib/middleware/static.js:86:8) at next (/home/akoskm/Digitaz/reqtest/node_modules/grunt-contrib-connect/node_modules/connect/lib/proto.js:193:15) at Object.handle (/home/akoskm/Digitaz/reqtest/Gruntfile.js:101:17) at next (/home/akoskm/Digitaz/reqtest/node_modules/grunt-contrib-connect/node_modules/connect/lib/proto.js:193:15) at Function.app.handle (/home/akoskm/Digitaz/reqtest/node_modules/grunt-contrib-connect/node_modules/connect/lib/proto.js:201:3) at Server.app (/home/akoskm/Digitaz/reqtest/node_modules/grunt-contrib-connect/node_modules/connect/lib/connect.js:65:37) at Server.EventEmitter.emit (events.js:98:17) at HTTPParser.parser.onIncoming (http.js:2108:12)

akoskm avatar May 29 '14 08:05 akoskm