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

In Mac it's working. But in window 10 it's not working. #126

Closed
basantsd opened this issue Oct 8, 2021 · 1 comment
Closed

In Mac it's working. But in window 10 it's not working. #126

basantsd opened this issue Oct 8, 2021 · 1 comment

Comments

@basantsd
Copy link

basantsd commented Oct 8, 2021

In Mac it's working.
But in window 10 it's not working.
1 error : UnhandledPromiseRejectionWarning: Error: Cannot find module 'ffi-napi'
IMG20211009014425

2 error : UnhandledPromiseRejectionWarning: Error: Cannot find module 'ref-wchar-napi'
IMG20211009014425

IMG20211009014358

@ambarvm
Copy link
Contributor

ambarvm commented Dec 8, 2021

Some of the dependencies of active-win require python and visual studio build tools when developing on windows.
You can install them by following this: https://github.com/nodejs/node-gyp#on-windows. Then run:

npm install

If you are using active-win in electron, run this after install.

npx electron-rebuild

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

3 participants