Skip to content

Commit

Permalink
Fix #2559
Browse files Browse the repository at this point in the history
  • Loading branch information
yoyo930021 committed Dec 13, 2020
1 parent bd58afe commit c73f1c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion server/src/services/dependencyService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ export function createNodeModulesPaths(rootPath: string) {
unique: true,
onlyFiles: false,
onlyDirectories: true,
suppressErrors: true,
deep: 6,
followSymbolicLinks: false,
followSymbolicLinks: true,
ignore: ['**/node_modules/**/node_modules']
});

Expand Down

0 comments on commit c73f1c4

Please # to comment.