Reference Error:process in not defined with Clarify API
var apiEndpoint = options.apiEndpoint || process && process.env && process.env.API_ENDPOINT || 'https://api.clarifai.com';
in App._init in my react project how can i modify this to avoid the problem