Page 1 of 1

Update ProfoundJS

Posted: Mon Dec 18, 2017 5:52 pm
by brees@gbsio.net
I am receiving a message when I type "node start"

Profound.js 4.0.1 is now available. INstalled version is 3.0.2.
use 'npm update profoundjs' to update.

when I run the command. Nothing appears on my screen.

I still get the message when I try again.

I am new at the JS stuff. What am I doing wrong?

also. in my package.json I have a
"dependencies":{
"profoundjs": "^3.0.2"
}

Re: Update ProfoundJS

Posted: Mon Dec 18, 2017 6:08 pm
by Scott Klement
When you say "receiving a message" is that referring to the part that says you should upgrade?

The way we have it set up, it'll only install minor and patch updates. To make major updates (such as from version 3 to version 4) you'll need to update your package.json file.

Open package.json, find the "dependencies" section (the one you cited in your previous message) and change the version number to 4.0.1.

Then type "npm update profoundjs" again, and it will update.