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
Running radius-tracker locally and providing it with git repo's, observe an error that I'm not really sure how to introspect. Appreciate any ideas and help, thank you!
Error: Implementation error: Expected no more than one declaration for an export symbol getConfigData in /___<threadspace-path-to-what-I-guess-is-a-repo-thats-been-cloned>, got 2 instead
at findExportedDeclaration(~/.nvm/versions/node/v16.20.0/lib/node_modules/radius-tracker/cjs/resolveDependencies/identifyExports.js:46:15)
at ~/.nvm/versions/node/v16.20.0/lib/node_modules/radius-tracker/cjs/resolveDependencies/identifyExports.js:124:26
at Array.map(<anonymous>)
at identifyExports(~/.nvm/versions/node/v16.20.0/lib/node_modules/radius-tracker/cjs/resolveDependencies/identifyExports.js:117:10)
at ~/.nvm/versions/node/v16.20.0/lib/node_modules/radius-tracker/cjs/resolveDependencies/resolveDependenecies.js:22:63
at Array.forEach (<anonymous>)
at resolveDependencies (~/.nvm/versions/node/v16.20.0/lib/node_modules/radius-tracker/cjs/resolveDependencies/resolveDepencencies.js:18:11)
at ~/.nvm/versions/node/v16.20.0/lib/node_modules/radius-tracker/cjs/cli/collectStats.js:84:76
at Generator.next(<anonymous>)
at ~/.nvm/versions/node/v16.20.0/lib/node_modules/radius-tracker/node_modules/tslib/tslib.js:167:75
The text was updated successfully, but these errors were encountered:
Running
radius-tracker
locally and providing it withgit
repo's, observe an error that I'm not really sure how to introspect. Appreciate any ideas and help, thank you!The text was updated successfully, but these errors were encountered: