bun icon indicating copy to clipboard operation
bun copied to clipboard

Get errors when trying to import the typescript package

Open LmanTW opened this issue 7 months ago • 0 comments

What version of Bun is running?

1.1.18

What platform is your computer?

Darwin 19.6.0 x86_64 i386

What steps can reproduce the bug?

Import the typescript package.

import typescript from 'typescript'

What is the expected behavior?

Import typescript with no errors.

What do you see instead?

dyld: lazy symbol binding failed: Symbol not found: _pwritev$NOCANCEL
  Referenced from: /Users/lukelin/.bun/bin/bun (which was built for Mac OS X 12.0)
  Expected in: /usr/lib/libSystem.B.dylib

dyld: Symbol not found: _pwritev$NOCANCEL
  Referenced from: /Users/lukelin/.bun/bin/bun (which was built for Mac OS X 12.0)
  Expected in: /usr/lib/libSystem.B.dylib

Additional information

No response

LmanTW avatar Jul 10 '24 06:07 LmanTW