dougwilson / nodejs-depd

Deprecate all the things
MIT License
325 stars 87 forks source link

callSite.getFileName() is not Function #47

Closed GuoSirius closed 2 years ago

GuoSirius commented 2 years ago

image image

dougwilson commented 2 years ago

Hi, and sorry you are having trouble. What version of Node.js are you getting this error with?

muwoo commented 2 years ago

@dougwilson I have the same problem. my node version is 14.6. I printed out the value of the callSite which is an empty object: {}. I am looking forward to your reply. Thanks!

dougwilson commented 2 years ago

Thanks. I just played around on 14.6 without issue. Can you provide instructions for how you set up this where there error happens so I can replicate it?

GuoSirius commented 2 years ago

node 14.17.5 electron 13.6.6 camo 0.12.4

@dougwilson you can use vue-cli to create electron project and run .

dougwilson commented 2 years ago

Thank you @GuoSirius i just tried that and was unable to reproduce. If you can provide more detailed instructions, I can reopen.