YS
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Created IntelliJ cannot index npm dependency from git repo
AnsweredIn package.json: "devDependencies": { "my-dependency": "git+ssh://git@github.com:MyOrg/my-dependency.git", ..} yarn install runs fine and installs the dependency into node_modules. Node plugin is...