ERPNEXT APP VERSION CHECK

PHOTO EMBED

Wed Sep 20 2023 05:15:08 GMT+0000 (Coordinated Universal Time)

Saved by @Taimoor #terminal

ERPNEXT AND FRAPPE BENCH & ALL APP INSTALL VERSION

cd frappe-bench
bench version

//Check python version
python -V
python3 -V
python -V //( result Python 3.11.4 )
 
//Check pip or pip3 version
pip --version 
pip3 --version
pip -V
pip3 -V

//Check node version.
node --version 

//check npm version and confirm
npm --version
npm node-sass -v //( Result must be: 9.8.1 )
/opt/bench/node_modules/.bin/node-sass -v 
//( result must be:	(Wrapper)	[JavaScript] libsass 3.5.5	(Sass Compiler)	[C/C++] 

//Yarn Version//
yarn --version //( result must be:1.22.19 )

//MariaDB Version//
mariadb --version //( result must be mariadb Ver 15.1 Distrib 10.6.7-MariaDB, )

// Radis Server//
redis-server --version //(Redis server v=7.0.16 sha=00000000:0 malloc=jemalloc-5.2.1 bits=64 build=a3fdef44459b3ad6)

//PDF Version//
wkhtmltopdf -V //( wkhtmltopdf 0.12.6 )

//Git Version//
git -v //(git version 2.39.1)
content_copyCOPY