Advertisement
Guest User

Untitled

a guest
Apr 18th, 2014
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. this.directory('node_modules', 'project/node_modules');
  2.  
  3. yo studio
  4. grunt
  5.  
  6. /Users/djfrsn/Code/Michelangelo/Projects/hmmm/project/node_modules/grunt/lib/grunt/template.js:36
  7. var b = '([\s\S]+?)' + delimiters.closer.replace(/(.)/g, '\$1');
  8. ^
  9. TypeError: Cannot call method 'replace' of undefined
  10. at Object.template.addDelimiters (/Users/djfrsn/Code/Michelangelo/Projects/hmmm/project/node_modules/grunt/lib/grunt/template.js:36:46)
  11. at Object.<anonymous> (/Users/djfrsn/Code/Michelangelo/Projects/hmmm/project/node_modules/grunt/lib/grunt/template.js:47:10)
  12. at Module._compile (module.js:456:26)
  13. at Object.Module._extensions..js (module.js:474:10)
  14. at Module.load (module.js:356:32)
  15. at Function.Module._load (module.js:312:12)
  16. at Module.require (module.js:364:17)
  17. at require (module.js:380:17)
  18. at gRequire (/Users/djfrsn/Code/Michelangelo/Projects/hmmm/project/node_modules/grunt/lib/grunt.js:23:24)
  19. at Object.<anonymous> (/Users/djfrsn/Code/Michelangelo/Projects/hmmm/project/node_modules/grunt/lib/grunt.js:30:1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement