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 have a salesforce project that is using their "lightning" design system (ugh, I know). They have an node package which is great. However, when installed, in node_modules it gets namespaced like this @salesforce-ux.design-system
I'm trying to copy directories from this namespace into a build directory in my workspace. contrib-copy fails when it reaches this task because it cannot resolve the namespace. Has anyone ran across anything similar? Or anyone have any idea how I can get around this? Thank you in advance!!!
I have a salesforce project that is using their "lightning" design system (ugh, I know). They have an node package which is great. However, when installed, in node_modules it gets namespaced like this
@salesforce-ux.design-system
I'm trying to copy directories from this namespace into a build directory in my workspace. contrib-copy fails when it reaches this task because it cannot resolve the namespace. Has anyone ran across anything similar? Or anyone have any idea how I can get around this? Thank you in advance!!!
Here is my Task
And my Error
The text was updated successfully, but these errors were encountered: