rekit / rekit-studio

Rekit Studio.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Latest npm version build error

johnlund opened this issue · comments

It looks like the error is a buggy version of note-pty. I see that you have updated this in your github repo, but not on the npm registry. Is there a way I can build this from the repo, or can you update the registry version?

Thank you!
John

gyp ERR! build error
gyp ERR! stack Error: make failed with exit code: 2
gyp ERR! stack at ChildProcess.onExit (/Users/.../.nvm/versions/node/v14.11.0/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:194:23)
gyp ERR! stack at ChildProcess.emit (events.js:314:20)
gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:276:12)
gyp ERR! System Darwin 19.6.0
gyp ERR! command "/Users/.../.nvm/versions/node/v14.11.0/bin/node" "/Users/.../.nvm/versions/node/v14.11.0/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
gyp ERR! cwd /Users/.../.nvm/versions/node/v14.11.0/lib/node_modules/rekit-studio/node_modules/node-pty
gyp ERR! node -v v14.11.0
gyp ERR! node-gyp -v v5.1.0
gyp ERR! not ok
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! node-pty@0.8.1 install: node scripts/install.js
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the node-pty@0.8.1 install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.