@@ -830,16 +830,16 @@ export class SocketSdk {
830830 ` - ${ samplePaths } ${ remaining } ` ,
831831 '' ,
832832 '→ Common causes:' ,
833- ' • Yarn Berry PnP virtual filesystem (files are not on disk)' ,
834- ' • pnpm symlinks pointing to inaccessible locations' ,
835- ' • Incorrect file permissions' ,
836- ' • Files were deleted after discovery' ,
833+ ' · Yarn Berry PnP virtual filesystem (files are not on disk)' ,
834+ ' · pnpm symlinks pointing to inaccessible locations' ,
835+ ' · Incorrect file permissions' ,
836+ ' · Files were deleted after discovery' ,
837837 '' ,
838838 '→ Solutions:' ,
839- ' • Yarn Berry: Use `nodeLinker: node-modules` in .yarnrc.yml' ,
840- ' • pnpm: Use `node-linker=hoisted` in .npmrc' ,
841- ' • Check file permissions with: ls -la <file>' ,
842- ' • Run package manager install command' ,
839+ ' · Yarn Berry: Use `nodeLinker: node-modules` in .yarnrc.yml' ,
840+ ' · pnpm: Use `node-linker=hoisted` in .npmrc' ,
841+ ' · Check file permissions with: ls -la <file>' ,
842+ ' · Run package manager install command' ,
843843 ] . join ( '\n' ) ,
844844 data : undefined ,
845845 error : 'No readable manifest files found' ,
@@ -996,16 +996,16 @@ export class SocketSdk {
996996 ` - ${ samplePaths } ${ remaining } ` ,
997997 '' ,
998998 '→ Common causes:' ,
999- ' • Yarn Berry PnP virtual filesystem (files are not on disk)' ,
1000- ' • pnpm symlinks pointing to inaccessible locations' ,
1001- ' • Incorrect file permissions' ,
1002- ' • Files were deleted after discovery' ,
999+ ' · Yarn Berry PnP virtual filesystem (files are not on disk)' ,
1000+ ' · pnpm symlinks pointing to inaccessible locations' ,
1001+ ' · Incorrect file permissions' ,
1002+ ' · Files were deleted after discovery' ,
10031003 '' ,
10041004 '→ Solutions:' ,
1005- ' • Yarn Berry: Use `nodeLinker: node-modules` in .yarnrc.yml' ,
1006- ' • pnpm: Use `node-linker=hoisted` in .npmrc' ,
1007- ' • Check file permissions with: ls -la <file>' ,
1008- ' • Run package manager install command' ,
1005+ ' · Yarn Berry: Use `nodeLinker: node-modules` in .yarnrc.yml' ,
1006+ ' · pnpm: Use `node-linker=hoisted` in .npmrc' ,
1007+ ' · Check file permissions with: ls -la <file>' ,
1008+ ' · Run package manager install command' ,
10091009 ] . join ( '\n' ) ,
10101010 data : undefined ,
10111011 error : 'No readable manifest files found' ,
@@ -3169,16 +3169,16 @@ export class SocketSdk {
31693169 ` - ${ samplePaths } ${ remaining } ` ,
31703170 '' ,
31713171 '→ Common causes:' ,
3172- ' • Yarn Berry PnP virtual filesystem (files are not on disk)' ,
3173- ' • pnpm symlinks pointing to inaccessible locations' ,
3174- ' • Incorrect file permissions' ,
3175- ' • Files were deleted after discovery' ,
3172+ ' · Yarn Berry PnP virtual filesystem (files are not on disk)' ,
3173+ ' · pnpm symlinks pointing to inaccessible locations' ,
3174+ ' · Incorrect file permissions' ,
3175+ ' · Files were deleted after discovery' ,
31763176 '' ,
31773177 '→ Solutions:' ,
3178- ' • Yarn Berry: Use `nodeLinker: node-modules` in .yarnrc.yml' ,
3179- ' • pnpm: Use `node-linker=hoisted` in .npmrc' ,
3180- ' • Check file permissions with: ls -la <file>' ,
3181- ' • Run package manager install command' ,
3178+ ' · Yarn Berry: Use `nodeLinker: node-modules` in .yarnrc.yml' ,
3179+ ' · pnpm: Use `node-linker=hoisted` in .npmrc' ,
3180+ ' · Check file permissions with: ls -la <file>' ,
3181+ ' · Run package manager install command' ,
31823182 ] . join ( '\n' ) ,
31833183 error : 'No readable manifest files found' ,
31843184 status : 400 ,
0 commit comments