Hy Guys
I’m having this error while calling my goggle api library,
googleapis.js?t=1715341267893&v=8229538c:4893 Uncaught TypeError: Cannot read properties of undefined (reading ‘from’)
at node_modules/safe-buffer/index.js
I installed library with npm install googleapis.
And I’m importing it thus:
import { google } from ‘googleapis’;
I installed library with npm install googleapis.
And I’m importing it thus:
import { google } from ‘googleapis’;