So yesterday I made some small script to get the feel of NodeJs. I have to tell you. At first it was nice and smooth. I liked it. Then I tried to install puppeteer package...And it didnt work. The guy says use nodejs version 10. or more. Then I installed 14. Then again didnt work. Then somebody said use 12. Then somebody else said use puppeteer older version. I gave up. I used some other package...Then I realized everything is object. Every typeof I do is object. I tried to create an array. Array.length is undefined because it was an object. So I used Array.from() but Array.length was still undefined! With typeof I can't see if i actually created array because array or not it will return object.Then there was some errors, but what kind? Vague descriptions etc..how do you write big applications with this? Do you have some tools or methods?
Submitted May 10, 2020 at 09:37PM by CatolicQuotes
No comments:
Post a Comment