Skip to content

[Question] What extra steps does electron-build take over node-gyp?Β #360

@glenn2223

Description

@glenn2223

Firstly, sorry for dropping this on an issue (don't know of any other way to ask a question on github).

Ref: sass/node-sass#2862

Is there any inner workings of electron-rebuild that will stop me from running this

node-gyp rebuild --target=8.0.0 --arch=x64 --dist-url=https://electronjs.org/headers

rather than this

./node_modules/.bin/electron-rebuild -v=8 --arch=x64 -w node-sass

After doing this npm config set msbuild_path "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Current\Bin\MSBuild.exe" to suppress the VS19 folder name issue with node-sass's native [email protected]

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions