← Back to Posts

install slap on centos7

👤 علی ذوالفقار 📅 1399/04/04 07:23:26 👁️ 876 views
curl -sL https://raw.githubusercontent.com/slap-editor/slap/master/install.sh | sh
or

npm config set user 0
npm config set unsafe-perm true
npm install -g slap@latest
← Back to Posts