You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
UnableToResolveError: Unable to resolve module fs from /{path to project}/node_modules/google-oauth-jwt/lib/auth.js: Module does not exist in the module map
When I comment the line out, error is gone.
What is going wrong?
The text was updated successfully, but these errors were encountered:
When I am include the following line in my project:
const CalendarAPI = require('node-google-calendar');
I am getting an error:
UnableToResolveError: Unable to resolve module
fs
from/{path to project}/node_modules/google-oauth-jwt/lib/auth.js
: Module does not exist in the module mapWhen I comment the line out, error is gone.
What is going wrong?
The text was updated successfully, but these errors were encountered: