简体   繁体   中英

TypeError: Cannot read properties of undefined (reading 'call') after updating nodejs

I updated Nodejs to 16.17.1 and got this error in the browser when running my react website:

TypeError: Cannot read properties of undefined (reading 'call')

I rolled back my nodejs version back to 16.17.0 and still have the same issue. What should I do next?

Delete your node_modules directory and rebuild nodejs with yarn install

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM