This commit is contained in:
Robert Muehsig
2018-12-28 22:25:14 +01:00
parent 117fd6e7f4
commit 1ae940613c
2 changed files with 5 additions and 1 deletions

View File

@@ -1,5 +1,9 @@
# not release
ElectronNET.CLI:
* Invoke 'npm install' without --prod flag to install needed devDependencies as well.
# 0.0.10
ElectronNET.API:

View File

@@ -91,7 +91,7 @@ namespace ElectronNET.CLI.Commands
Console.WriteLine("node_modules missing in: " + checkForNodeModulesDirPath);
Console.WriteLine("Start npm install...");
ProcessHelper.CmdExecute("npm install --production", tempPath);
ProcessHelper.CmdExecute("npm install", tempPath);
Console.WriteLine("Start npm install electron-packager...");