Skip to content

Commit

Permalink
Merge pull request #9 from flowforge/release-0.1.0
Browse files Browse the repository at this point in the history
Fix windows install.bat
  • Loading branch information
hardillb authored Jan 20, 2022
2 parents fb55d8f + 20ff376 commit 3d115a1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion install.bat
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,13 @@ echo **************************************************************
echo * Installing FlowForge *
echo **************************************************************

npm install --production --no-fund --no-audit --silent
call npm install --production --no-fund --no-audit --silent

cd ..
copy app\node_modules\@flowforge\flowforge\etc\flowforge.yml etc

echo **************************************************************
echo * Installed FlowForge *
echo * Start with bin\flowforge.bat
echo **************************************************************

0 comments on commit 3d115a1

Please sign in to comment.