Era
Era
DIAdiscord.js - Imagine an app
Created by Era on 5/13/2024 in #djs-questions
Issues installing @discordjs/opus
Heh, I fixed it by setting msvs_version to 2019 ...which is interesting since sodium doesn't support anything above 2015.
9 replies
DIAdiscord.js - Imagine an app
Created by Era on 5/13/2024 in #djs-questions
Issues installing @discordjs/opus
I see what you meant though, I didn't have them selected as part of VS 2022. I'll try that as well. Who needs disk space?
9 replies
DIAdiscord.js - Imagine an app
Created by Era on 5/13/2024 in #djs-questions
Issues installing @discordjs/opus
I do see that VCTargetsPath is missing entirely from the registry on all the versions, interesting...
9 replies
DIAdiscord.js - Imagine an app
Created by Era on 5/13/2024 in #djs-questions
Issues installing @discordjs/opus
Technically, with VS (I have 2022), but some stuff required older build tools.
9 replies
DIAdiscord.js - Imagine an app
Created by Era on 5/13/2024 in #djs-questions
Issues installing @discordjs/opus
No description
9 replies
DIAdiscord.js - Imagine an app
Created by Era on 5/13/2024 in #djs-questions
Issues installing @discordjs/opus
To save scrolling (it's pretty far down), the first error is:
381 error code 1
382 error path F:\_G\git\foxbot\node_modules\@discordjs\opus
383 error command failed
384 error command C:\windows\system32\cmd.exe /d /s /c C:\Users\maste\AppData\Local\Temp\install7556982526.cmd
385 error Building the projects in this solution one at a time. To enable parallel build, please add the "/m" switch.
385 error F:\_G\git\foxbot\node_modules\@discordjs\opus\build\deps\libopus.vcxproj(20,3): error MSB4019: The imported project "F:\Microsoft.Cpp.Default.props" was not found. Confirm that the path in the <Import> declaration is correct, and that the file exists on disk.
385 error Failed to execute 'C:\Program Files\nodejs\node.exe C:\Users\maste\AppData\Roaming\npm\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js build --fallback-to-build --module=F:\_G\git\foxbot\node_modules\@discordjs\opus\prebuild\node-v127-napi-v3-win32-x64-unknown-unknown\opus.node --module_name=opus --module_path=F:\_G\git\foxbot\node_modules\@discordjs\opus\prebuild\node-v127-napi-v3-win32-x64-unknown-unknown --napi_version=9 --node_abi_napi=napi --napi_build_version=3 --node_napi_label=napi-v3' (1)
381 error code 1
382 error path F:\_G\git\foxbot\node_modules\@discordjs\opus
383 error command failed
384 error command C:\windows\system32\cmd.exe /d /s /c C:\Users\maste\AppData\Local\Temp\install7556982526.cmd
385 error Building the projects in this solution one at a time. To enable parallel build, please add the "/m" switch.
385 error F:\_G\git\foxbot\node_modules\@discordjs\opus\build\deps\libopus.vcxproj(20,3): error MSB4019: The imported project "F:\Microsoft.Cpp.Default.props" was not found. Confirm that the path in the <Import> declaration is correct, and that the file exists on disk.
385 error Failed to execute 'C:\Program Files\nodejs\node.exe C:\Users\maste\AppData\Roaming\npm\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js build --fallback-to-build --module=F:\_G\git\foxbot\node_modules\@discordjs\opus\prebuild\node-v127-napi-v3-win32-x64-unknown-unknown\opus.node --module_name=opus --module_path=F:\_G\git\foxbot\node_modules\@discordjs\opus\prebuild\node-v127-napi-v3-win32-x64-unknown-unknown --napi_version=9 --node_abi_napi=napi --napi_build_version=3 --node_napi_label=napi-v3' (1)
I can't for the life of me figure out what's wrong.
9 replies