admin管理员组

文章数量:1193356

I updated the mac OS to Sequoia 15.2.

When I run yarn I get the error:

Cannot find module './build/Release/GcProfiler

and

error: fatal error: 'atomic' file not found 22 | #include <atomic> | ^~~~~~~~ 1 error 
generated. make: *** 
[Release/obj.target/GcProfiler/src/GcProfiler.o site:stackoverflow

I updated the mac OS to Sequoia 15.2.

When I run yarn I get the error:

Cannot find module './build/Release/GcProfiler

and

error: fatal error: 'atomic' file not found 22 | #include <atomic> | ^~~~~~~~ 1 error 
generated. make: *** 
[Release/obj.target/GcProfiler/src/GcProfiler.o site:stackoverflow.com
Share Improve this question asked Jan 24 at 11:57 Itay TurItay Tur 1,6593 gold badges27 silver badges53 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 1

Run:

  1. sudo rm -rf /Library/Developer/CommandLineTools
  2. xcode-select --install

本文标签: macosyarnCannot find module 39buildReleaseGcProfilerStack Overflow