Issue with Apify.utils
There is the following problem:
either
const { utils: { log } } = Apify;or
const { log } = Apify.utils;produces the error:
const { log } = Apify.utils;
^
TypeError: Cannot destructure property 'log' of 'Apify.utils' as it is undefined.
I did install
npm i @apify/utilitiesyet the problem persist.
