1
0
mirror of https://github.com/spacebarchat/spacebarchat.git synced 2024-09-19 17:01:47 +02:00

Update setup.bat

This commit is contained in:
Stylix58 2021-05-01 16:40:05 +02:00 committed by GitHub
parent 7598e328c5
commit 7fc921dff9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,13 +32,20 @@ IF ERRORLEVEL 1 (
GOTO :end
)
where /q pnpm
where /q npm
IF ERRORLEVEL 1 (
ECHO 'Error: pnpm is not installed.' >&2
ECHO 'Error: npm is not installed.' >&2
ECHO Please install npm from: https://nodejs.org/en/download
ECHO And make sure its in the path
GOTO :end
)
where /q pnpm
IF ERRORLEVEL 1 (
ECHO PNPM is not installed but he is optionnal
ECHO You can install pnpm from: https://pnpm.io/installation
ECHO And make sure its in the path
)
echo Dependencies are already installed
ECHO.
echo Creating organization directory