You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
grunt fails with following error:
Running "jshint:files" (jshint) task
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
]
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
The text was updated successfully, but these errors were encountered: