This part of code works well for the month, and today sometimes throw:
CANNOT FIND MODULE ‘AUTH0@2.19.0’
Can you help me to solve that?
var ManagementClient = require(‘auth0@2.19.0’).ManagementClient;
var management = new ManagementClient({
clientId: configuration.LOG_APP_ID,
clientSecret: configuration.LOG_APP_KEY,
scope: 'read:logs',
domain: auth0.domain
});