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
Source code example, if it's possible
Source code cannot be provided due to the privacy of the codebase
I posted the #428 yesterday, in which I needed help, although I figured out how to extract package.json dependencies from node_modules it seems like arkit crashes when used in medium-large projects like in issue #28
The text was updated successfully, but these errors were encountered:
Bug description
To Reproduce
Operating system
Windows 10
Arkit version and CLI arguments
Version
1.6.4
CLI arguments
npx arkit --config
Arkit config, if any was used
{ "$schema": "https://arkit.pro/schema.json", "excludePatterns": ["test/**", "tests/**", "**/*.test.*", "**/*.spec.*"], "components": [ { "type": "Dependency", "patterns": ["node_modules/**/*.js"] }, { "type": "Component", "patterns": ["**/*.js", "**/*.jsx"] } ], "output": [ { "path": "arkit.svg", "groups": [ { "first": true, "components": ["Component"] }, { "type": "Dependencies", "components": ["Dependency"] } ] } ] }
Source code example, if it's possible
Source code cannot be provided due to the privacy of the codebase
I posted the #428 yesterday, in which I needed help, although I figured out how to extract package.json dependencies from node_modules it seems like arkit crashes when used in medium-large projects like in issue #28
The text was updated successfully, but these errors were encountered: