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
Need help on how to use guess.js with angular in nx workspace.
guess-parser/dist/guess-parser/index.js
varpath=['package.json','../package.json'].map(function(p){returnpath_1.join(base,p);}).filter(fs_1.existsSync).pop();if(!path){thrownewError('Unable to discover the project type');}varcontent=JSON.parse(fs_1.readFileSync(path).toString());varexists=function(file){returnfs_1.existsSync(path_1.join(base,file));};vard=dep(content);vardd=devDep(content);vartsconfig='tsconfig.app.json';varsrcTsConfig=path_1.join('src',tsconfig);if(dd('@angular/cli')&&(exists(srcTsConfig)||exists(tsconfig))){
This line of code will always return false. exists(srcTsConfig) || exists(tsconfig)
Need help on how to use guess.js with angular in nx workspace.
guess-parser/dist/guess-parser/index.js
This line of code will always return false.
exists(srcTsConfig) || exists(tsconfig)
NX workspace file structure
The text was updated successfully, but these errors were encountered: