Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warning: Missing input files: node_modules\@felixrieseberg\spellchecker\build\..\vendor\hunspell\src\build\build.h #166

Open
ghost opened this issue Dec 3, 2019 · 1 comment

Comments

@ghost
Copy link

ghost commented Dec 3, 2019

node: 13.2.0
node-gyp: 5.0.5
npm: 6.13.1
Electron: 7.1.3
electron-spellchecker: 2.2.1
On npm install I get this:

Warning: Missing input files:
D:\Projects\Electron\node_modules@felixrieseberg\spellchecker\build..\vendor\hunspell\src\build\build.h
gyp ERR! UNCAUGHT EXCEPTION
gyp ERR! stack Error: spawn C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Current\Bin\MSBuild.exe ENOENT
gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:262:19)
gyp ERR! stack at onErrorNT (internal/child_process.js:464:16)
gyp ERR! stack at processTicksAndRejections (internal/process/task_queues.js:80:21)
gyp ERR! System Windows_NT 10.0.17763
gyp ERR! command "C:\Program Files\nodejs\node.exe" "C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js" "rebuild"
gyp ERR! cwd D:\Projects\Electron\node_modules@felixrieseberg\spellchecker
gyp ERR! node -v v13.2.0
gyp ERR! node-gyp -v v5.0.5
gyp ERR! This is a bug in node-gyp.
gyp ERR! Try to update node-gyp and file an Issue if it does not help:
gyp ERR! https://github.com/nodejs/node-gyp/issues

npm ERR! code ELIFECYCLE
npm ERR! errno 7
npm ERR! @felixrieseberg/[email protected] install: node-gyp rebuild
npm ERR! Exit status 7
npm ERR!
npm ERR! Failed at the @felixrieseberg/[email protected] install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

Any suggestions?

@etyp
Copy link

etyp commented Dec 9, 2019

We're experiencing the same issue when attempting to do our Windows build. We've tried updating windows-build-tools and node-gyp with no success.

We're a bit stuck on doing a new release until we can resolve. Let me know if there's any more information I can provide to help debug.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant