Hello guys,
I have a config that need to be runned by bcrypt
The owner told me:
Install npm on your device
make ‘Scripts’ folder in your ob2 folder
Open cmd in the folder
type ‘npm install bcrypt’
How i will processed it?
Is there anyvideo
Hello guys,
I have a config that need to be runned by bcrypt
The owner told me:
Install npm on your device
make ‘Scripts’ folder in your ob2 folder
Open cmd in the folder
type ‘npm install bcrypt’
How i will processed it?
Is there anyvideo
Sorry im a beginner, i didnt understand any word you write it
Use a translator and try to learn from that guide
The config is ready and he required from me to install node because the config has a script run only with node right ?
So i need to install only node in my pc due the ob2 know it! Or need to be installed in specific folder?
Is npm is the same is node?
Because he told me to run this command:
Npm install bcrypt
npm is node’s package manager. Just open a console, navigate to the Scripts folder and run that command to install the bcrypt package in that place (it will create a node_modules subfolder)
I install node js in my pc
I go to the folder of script
I open cmd
I enter command, npm install bcrypt
I come back to ob2 , i see the config is working ?
Yes that’s what you need to do
Thx riru for this kind of help
First you have to run npm init
like in the guide, then you can run npm install bcrypt
Im professional at the anomaly 1.4.4, and im begginer at ob2 , i see it very difficult.
I know its updated everytime and it has a lot and lot of futures and i know in the feature i will tell myself why im still using the old version in the place of this perfect version updated of ob2. Im trying
That’s why there is a guide by pure for this ^^
Please read the guide
I thank god that there is a developers like you working hardly to give us a software with 0 bug and with alltimes updated fonctions.
But only 1 thing i didnt understand it, whats your profit by creating this softwar Without making money from it. I mean, it’s not an advertisement, it’s not a business, and it’s not an investment project.
Well I do get some money through crowdfunding, in fact there is one going on right now (see at the top of the forum page).
But anyways
thanks bro, im trying to install the ob2 in the vps,
i have downloaded the source , and it need to download also the patch ?
No, just follow the guide. There are even installation videos on youtube that some people made
I second that, all I see is open open bullet 2, make new folder and call it Scripts, ok, Done, now what? what am i supposed to do next, where is this thing cmd locaed in the folder scripts or how do I get into csripts to run cmd instructions, need install bycrypt for dummies please
Scripts
(with a capital S)npm init
and keep pressing RETURN (ENTER) until it’s done asking you for promptsnpm install bcrypt
and press RETURN (ENTER)Done