You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
currently, the edit script which fires on form submission just replaces the json file in _site with the new one. It should really run npm run build, so things like the RSS feed can be built.
By default, npm does not exist. My user alifeee has access to it via nvm. But, www-data user does not have a home folder, and does not have nvm installed.
I would either
create a home folder for www-data, install nvm (like for etherpad
install a version of nvm globally
Then, use
bash .../.nvm/nvm.sh
nvm use 20
in the script somewhere to activate npm
The text was updated successfully, but these errors were encountered:
currently, the edit script which fires on form submission just replaces the json file in
_site
with the new one. It should really runnpm run build
, so things like the RSS feed can be built.By default,
npm
does not exist. My useralifeee
has access to it vianvm
. But,www-data
user does not have a home folder, and does not havenvm
installed.I would either
www-data
, installnvm
(like for etherpadnvm
globallyThen, use
in the script somewhere to activate npm
The text was updated successfully, but these errors were encountered: