OpenSourceWorkflow / generator-kickstart

[deprecated]: yeoman generator for website development
MIT License
10 stars 1 forks source link

ENOENT, no such file or directory for Component Overlay #77

Closed stephanfriedrich closed 9 years ago

stephanfriedrich commented 9 years ago

After manual fixing the error in main.js ( #76 ), i got another error. (In this case i installed Colorbox and Anythingslider at the beginning of kickstart.)

Stack trace:

Error: ENOENT, no such file or directory '/home/projects/frontend/test/components/overlay.js'
In module tree:
    test
      app/main

{ [Error: Error: ENOENT, no such file or directory '/home/projects/frontend/test/components/overlay.js'
In module tree:
    test
      app/main
]
  originalError: 
   { [Error: ENOENT, no such file or directory '/home/projects/frontend/test/components/overlay.js']
     errno: 34,
     code: 'ENOENT',
     path: '/home/projects/frontend/test/components/overlay.js',
     syscall: 'open',
     fileName: '/home/projects/frontend/test/components/overlay.js',
     moduleTree: [ 'app/main', 'test' ] } }

´´´