chartjs-node icon indicating copy to clipboard operation
chartjs-node copied to clipboard

Can't install because node-gyp

Open Robin-Sch opened this issue 5 years ago • 1 comments

https://pastebin.com/9k8kLQjf Thats my error

Robin-Sch avatar May 19 '20 17:05 Robin-Sch

Creating a binding.gyp file:

{
  "targets": [
    {
      "target_name": "binding",
      "sources": [ "src/binding.cc" ]
    }
  ]
}

Gives: https://pastebin.com/UBbi0vvw

Robin-Sch avatar May 19 '20 18:05 Robin-Sch