mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-04 05:34:51 +00:00
Issue with @types/socket.io with electronize build #241
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @hhfranzo on GitHub (Dec 20, 2018).
Originally assigned to: @robertmuehsig on GitHub.
Hi,
I'm experiencing an issue when I try to build the application with "electronize build /target win"
The build fails with the following message:
"Packaging app for platform win32 x64 using electron v3.0.0
Failed to locate module "@types/socket.io" from "."
This normally means that either you have deleted this package already somehow (check your ignore settings if using electron-packager). Or your module installation failed."
Did I miss to install some packages? Note that I already ran "npm install socket.io -g".
Thanks.