Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

no such file 'cache.js' #22

Open
0xh0b0 opened this issue May 6, 2015 · 1 comment
Open

no such file 'cache.js' #22

0xh0b0 opened this issue May 6, 2015 · 1 comment

Comments

@0xh0b0
Copy link

0xh0b0 commented May 6, 2015

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
Copy link

dikani commented Jun 9, 2015

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants