DEYROS | Adrien

Results 21 comments of DEYROS | Adrien

Sorry for that, here it is [pdfFinal.zip](https://github.com/BlueHatbRit/mdpdf/files/8976015/pdfFinal.zip)

I have just done an "npm i puppeteer" so I should have the last version ?

Could you please explain me how did you execute the index.js(**node index.js** or you create a script into **package.json**?) and where he is into your folder ?

![image](https://user-images.githubusercontent.com/88462659/175540832-6e2087f5-4527-412c-9d51-b1de457d59b1.png) The problem maybe come from my node_modules ? I have installed a lot of libraries how could I start from the begining(clear everything) and then install only mdpdf ?...

![image](https://user-images.githubusercontent.com/88462659/175542605-f132bca5-1cfd-4af6-81d9-5b62ef2006bb.png) ![image](https://user-images.githubusercontent.com/88462659/175542622-210f5813-a0c1-4e05-916a-64133d3f03e4.png) I should replace that : ``` "mdpdf": { "version": "1.7.3", "resolved": "https://registry.npmjs.org/mdpdf/-/mdpdf-1.7.3.tgz", "integrity": "sha512-yvLnXcg1j7JsaC1l1BNc7QUePOF5br8Oqi0lUu2NzysWbe2YKgSBWFi9V9/5X4rx2BjCHxD5+f5jLXkkN4t8qg==", "requires": { "bluebird": "^3.4.7", "cheerio": "^0.22.0", "file-url": "^2.0.2", "handlebars": "^4.0.6", "html-pdf": "^2.2.0", "loophole": "^1.1.0",...

Oh my bad, So I should make something like that ? ![image](https://user-images.githubusercontent.com/88462659/175543454-d655797c-fa2c-45b5-ad81-655f1a0eec04.png) And run npm install and re run my code ?

I did it but now I encounter a timeout how can I change this one ? ![image](https://user-images.githubusercontent.com/88462659/175543685-4bfb07cd-678d-4f37-92e5-bf1a51a3e272.png) I already did it but don't remember ```js _LifecycleWatcher_createTimeoutPromise = async function _LifecycleWatcher_createTimeoutPromise()...

I make it smaller and : ![image](https://user-images.githubusercontent.com/88462659/175546065-01c463ab-d3d3-44b3-b042-1a3c46fbde3f.png) ![image](https://user-images.githubusercontent.com/88462659/175546092-0daab6ed-cc01-474f-952b-d57f732ccdfe.png) ![image](https://user-images.githubusercontent.com/88462659/175546271-8337a044-a813-47b7-b542-6dac3554215e.png) It """""work"""" I don't really understand why there is not any css or even the image at the top

So when I have this I can saw the number of pages : ![image](https://user-images.githubusercontent.com/88462659/175550336-8bd6e30a-1220-4c39-91a8-cacbd2adcb80.png) But the css isn't used anymore And when I have this : ![image](https://user-images.githubusercontent.com/88462659/175550528-e4e2348b-841e-45d2-99ab-8f0b7c0dd305.png) The css is...