nopeless

Results 190 comments of nopeless

@DEYROS I am totally unable to replicate your issue. Can you upload an entire zip file here or create a new repository containing all source code? My best guess is...

@DEYROS General tip: when people ask u to send a zip for node project, include package.json and package-lock.json

I tried running your poject and for some reason the footer appears squished Nonetheless, the page number is still there ![image](https://user-images.githubusercontent.com/38830903/175532068-2db28da4-4228-47e5-80bd-6c1221e714fa.png) I think it might be a puppeteer issue. What...

```sh npm list puppeteer ``` ```js (async()=>{const x = require("puppeteer"); console.log(await(await(await x.launch()).newPage()).browser().version())})() ``` I have `8.13.0` and `HeadlessChrome/80.0.3987.0` what about you

> 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 ? That is...

> ![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", >...

> 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...

> 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 Hey...

@BlueHatbRit with that being said, the puppeteer bump should be released as a major version