We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 117fd6e + 1ae9406 commit a2efdb3Copy full SHA for a2efdb3
Changelog.md
@@ -1,5 +1,9 @@
1
# not release
2
3
+ElectronNET.CLI:
4
+
5
+* Invoke 'npm install' without --prod flag to install needed devDependencies as well.
6
7
# 0.0.10
8
9
ElectronNET.API:
ElectronNET.CLI/Commands/BuildCommand.cs
@@ -91,7 +91,7 @@ public Task<bool> ExecuteAsync()
91
Console.WriteLine("node_modules missing in: " + checkForNodeModulesDirPath);
92
93
Console.WriteLine("Start npm install...");
94
- ProcessHelper.CmdExecute("npm install --production", tempPath);
+ ProcessHelper.CmdExecute("npm install", tempPath);
95
96
Console.WriteLine("Start npm install electron-packager...");
97
0 commit comments