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
i found breaking change on /utils/cli-config-utils const { getAppDirectoryUsingCliConfig } = require('@nrwl/schematics/src/utils/cli-config-utils');
there's no getAppDirectoryUsingCliConfig
im only found this function
function getWorkspacePath(host) {
var possibleFiles = ['/angular.json', '/.angular.json'];
return possibleFiles.filter(function (path) { return host.exists(path); })[0];
}
how to configure my protractor conf with this?
thanks
The text was updated successfully, but these errors were encountered:
i found breaking change on /utils/cli-config-utils
const { getAppDirectoryUsingCliConfig } = require('@nrwl/schematics/src/utils/cli-config-utils');
there's no getAppDirectoryUsingCliConfig
im only found this function
how to configure my protractor conf with this?
thanks
The text was updated successfully, but these errors were encountered: