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 am trying to create deps graph in project that uses js packages. I am want to exclude node_modules (external) deps from this graph.
All nodejs deps in project declared as //:node_modules/package-name/, so according to documentation is should be something like
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am trying to create deps graph in project that uses js packages. I am want to exclude node_modules (external) deps from this graph.
All nodejs deps in project declared as
//:node_modules/package-name/
, so according to documentation is should be something likebut it just not work, and failed with non-sense error
Next attempt also failed with same error
WAIDW?
Beta Was this translation helpful? Give feedback.
All reactions