Ran make install. The command terminated with the following.
$installDirectory/react-wildcat/packages/react-wildcat/node_modules/memwatch-next/node_modules/bindings/bindings.js:96
throw err
Error: Could not locate the bindings file. Tried:
→ $installDirectory/react-wildcat/packages/react-wildcat/node_modules/memwatch-next/build/memwatch.node
→ $installDirectory/react-wildcat/packages/react-wildcat/node_modules/memwatch-next/build/Debug/memwatch.node
→ $installDirectory/react-wildcat/packages/react-wildcat/node_modules/memwatch-next/build/Release/memwatch.node
→ (several more, similar)
at Module._compile (module.js:569:30)
at Object.Module._extensions..js (module.js:580:10)
at Object.Module._extensions.(anonymous function) [as .js] ($installDirectory/react-wildcat/node_modules/istanbul/lib/hook.js:109:37)
at Module.load (module.js:503:32)
at tryModuleLoad (module.js:466:12)
at Function.Module._load (module.js:458:3)
at Module.require (module.js:513:17)
(and so on)
Realize that this is a gyp issue, but seemed like it would be better to document than to just ignore.
Ran
make install
. The command terminated with the following.Realize that this is a gyp issue, but seemed like it would be better to document than to just ignore.
Resolution: