raphaelluchini / popcorntime-smarttv

Version of Popcorn time for Samsung SmartTv
217 stars 48 forks source link

no such file 'cache.js' #22

Open 0xh0b0 opened 9 years ago

0xh0b0 commented 9 years ago

grunt fails with following error: Running "jshint:files" (jshint) task

20 files lint free.

Running "requirejs:dist" (requirejs) task Error: ENOENT, no such file or directory '/tmp/popcorntime-smarttv/src/app/others/Cache.js' In module tree: AppInit App providers/Scrapers providers/Ysubs

{ [Error: Error: ENOENT, no such file or directory '/tmp/popcorntime-smarttv/src/app/others/Cache.js' In module tree: AppInit App providers/Scrapers providers/Ysubs

at Object.fs.openSync (fs.js:439:18)

] originalError: { [Error: ENOENT, no such file or directory '/tmp/popcorntime-smarttv/src/app/others/Cache.js'] errno: 34, code: 'ENOENT', path: '/tmp/popcorntime-smarttv/src/app/others/Cache.js', syscall: 'open', fileName: '/tmp/popcorntime-smarttv/src/app/others/Cache.js', moduleTree: [ 'providers/Ysubs', 'providers/Scrapers', 'App', 'AppInit' ] } }

renaming 'cache.js' to ''Cache.js' resolves this issue

dikani commented 9 years ago

have you done what u are asked to do?

renaming 'cache.js' to ''Cache.js' resolves this issue

in: '/tmp/popcorntime-smarttv/src/app/others/Cache.js

uppercase C and you should be good.