Note | ||
---|---|---|
| ||
As of July 25th, 2023, there is a content freeze on this page. |
Note | ||
---|---|---|
| ||
Before starting the installation, please be sure to review the installation prerequisites. |
...
- From SSH (or QP2TERM) you should use
npm set registry <URL>
, where<URL>
is 'http://localmachine:4873'
(without quote marks) and wherelocalmachine
is the internal IP or hostname of the system running Sinopia) - After changing the registry, you should continue with Installing/Upgrading Profound.js as the '
npm install profoundjs
' will now point at the proxy for all the dependencies. - After the installation, you should reset the registry by using '
npm set registry https://registry.npmjs.org/
'