Here is full error
System.IO.PathTooLongException: The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters.
Program successfully creates nupkg file. Then gives error while executing this command;
C:\Users\sahip\AppData\Roaming\npm\node_modules\electron-installer-squirrel-windows\vendor\Update.com --releasify C:\Users\sahip\AppData\Local\Temp\ClientNode.0.1.0.nupkg --releaseDir C:\ --loadingGif C:\Users\sahip\AppData\Roaming\npm\node_modules\electron-installer-squirrel-windows\resources\install-spinner.gif
I am using Win7 64 Bit
Any idea?
Here is full error
System.IO.PathTooLongException: The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters.
Program successfully creates nupkg file. Then gives error while executing this command;
C:\Users\sahip\AppData\Roaming\npm\node_modules\electron-installer-squirrel-windows\vendor\Update.com --releasify C:\Users\sahip\AppData\Local\Temp\ClientNode.0.1.0.nupkg --releaseDir C:\ --loadingGif C:\Users\sahip\AppData\Roaming\npm\node_modules\electron-installer-squirrel-windows\resources\install-spinner.gif
I am using Win7 64 Bit
Any idea?