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
That error means that the pdf was never created. This is likely a result of Phantom JS not working properly. Are you sure you have added this package? meteor add dfischer:phantomjsAlso, this may be a Windows issue. I know people often have trouble with npm modules on Windows. I work in a Unix environment so I wouldn't be able to help if its related to your dev environment.
Hi Ryan ...
Development environment is windows
I did follow the tutorial step by step but at the last stage I am receiving this error
I20161028-12:59:51.434(4)? { [Error: ENOENT: no such file or directory, open 'C:\meteor\meteor-pdf-tutorial.meteor\local\build\programs\server\pokemon-report.pdf']
I20161028-12:59:51.435(4)? errno: -4058,
I20161028-12:59:51.435(4)? code: 'ENOENT',
I20161028-12:59:51.436(4)? syscall: 'open',
I20161028-12:59:51.436(4)? path: 'C:\meteor\meteor-pdf-tutorial.meteor\local\build\programs\server\pokemon-report.pdf' }
How come the missing file is the file I wanna generate !?
Your advice is highly appreciated
The text was updated successfully, but these errors were encountered: