Chris Kim
Results
2
comments of
Chris Kim
Hm...I guess I didn't build properly. I'm on OSX like you guessed. In your build script it is this: "build": "rm -rf build && mkdir build && cd build &&...
Hey Dan, I managed to run the cpp tests successfully. This is what I had to do 1. npm run build 2. cd ./build && make ./cpp-tests 3. then ran...