You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My steps:
·git clone https://github.com/electron/electron-quick-start.git
·cd electron-quick-start
·npm install
·npm install --save --ignore-scripts git+https://github.com/greenheartgames/greenworks.git
·Provide the Steamworks SDK dependency to Greenworks(steamworks_sdk_160)
·cd electron-quick-start\node_modules\greenworks
·npm install(Has Error)
The last step "npm install" is complete,but has a Warning:"Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Microsoft\VC\v170\Microsoft.CppCommon.targets(254,5): warning MSB8065: Custom build for item "C:\Users\DELL\Downloads\electron-quick-start-main\node_modules\greenworks\deps\steamworks_sdk\redistributable_bin\win64\steam_api64.dll" succeeded, but specified output "c:\users\dell\downloads\electron-quick-start-main\node_modules\greenworks\lib" has not been created. This may cause incremental build to work incorrectly."
And in file"renderer.js" input code "var greenworks = require('greenworks')", the result greenworks is null.
The text was updated successfully, but these errors were encountered:
My steps:
·git clone https://github.com/electron/electron-quick-start.git
·cd electron-quick-start
·npm install
·npm install --save --ignore-scripts git+https://github.com/greenheartgames/greenworks.git
·Provide the Steamworks SDK dependency to Greenworks(steamworks_sdk_160)
·cd electron-quick-start\node_modules\greenworks
·npm install(Has Error)
The last step "npm install" is complete,but has a Warning:"Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Microsoft\VC\v170\Microsoft.CppCommon.targets(254,5): warning MSB8065: Custom build for item "C:\Users\DELL\Downloads\electron-quick-start-main\node_modules\greenworks\deps\steamworks_sdk\redistributable_bin\win64\steam_api64.dll" succeeded, but specified output "c:\users\dell\downloads\electron-quick-start-main\node_modules\greenworks\lib" has not been created. This may cause incremental build to work incorrectly."
And in file"renderer.js" input code "var greenworks = require('greenworks')", the result greenworks is null.
The text was updated successfully, but these errors were encountered: