mirror of
https://github.com/spacebarchat/spacebarchat.git
synced 2024-11-22 10:22:32 +01:00
Update setup.bat
This commit is contained in:
parent
7598e328c5
commit
7fc921dff9
@ -32,13 +32,20 @@ IF ERRORLEVEL 1 (
|
|||||||
GOTO :end
|
GOTO :end
|
||||||
)
|
)
|
||||||
|
|
||||||
where /q pnpm
|
where /q npm
|
||||||
IF ERRORLEVEL 1 (
|
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 Please install npm from: https://nodejs.org/en/download
|
||||||
ECHO And make sure its in the path
|
ECHO And make sure its in the path
|
||||||
GOTO :end
|
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 Dependencies are already installed
|
||||||
ECHO.
|
ECHO.
|
||||||
echo Creating organization directory
|
echo Creating organization directory
|
||||||
|
Loading…
Reference in New Issue
Block a user