-
-
Notifications
You must be signed in to change notification settings - Fork 73
Cannot install dependencies on windows after cloning directory #232
Comments
The NodeRT Windows native-dependency was added in the previous release which made setting up the dev environment a bit more tricky on Windows (and I haven't updated the README yet). Here's some steps that I used:
After doing the above, do this in the following order (the github publish action is using this):
After that, you should be able to run with If you receive an error with |
I get the following error: d:\source\sonixd\src\node_modules\@nodert-win10-au\windows.media\opaquewrapper.h(18): fatal error C1083: Cannot open include file: 'node.h': No such file or directory (compiling source file ..\OpaqueWrapper.cpp) [D:\source\sonixd\src\node_modules\@nodert-win10-au\windows.media\build\binding.vcxproj]
d:\source\sonixd\src\node_modules\@nodert-win10-au\windows.media\nodertutils.h(18): fatal error C1083: Cannot open include file: 'v8.h': No such file or directory (compiling source file ..\NodeRtUtils.cpp) [D:\source\sonixd\src\node_modules\@nodert-win10-au\windows.media\build\binding.vcxproj]
d:\source\sonixd\src\node_modules\@nodert-win10-au\windows.media\_nodert_generated.cpp(19): fatal error C1083: Cannot open include file: 'v8.h': No such file or directory [D:\source\sonixd\src\node_modules\@nodert-win10-au\windows.media\build\binding.vcxproj] I'm finding it incredibly difficult to set up. What is that package being used for? |
It handles the (optional) Windows media controls API that was added in #171. You can remove the packages from Lines 17 to 20 in 85bd3d3
Lines 283 to 379 in 85bd3d3
Also you could try deleting your |
Thanks, commenting / removing the packages works. Any way this could be made an optional dependency to make the setup easier? So that only people who're working on that feature need to have that configured? |
- Removed Windows Media Keys because they prevented building: jeffvli#232
Describe the bug
There's a compilation error about missing v8.h when trying to run
yarn
.To Reproduce
yarn
when in the project folder to install.Expected behavior
The dependencies install successfully
I first see the following error:
This is followed by:
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: