1.19.2 Github won't install or update
-
why not allow new 1.19.2 update or fresh installs?
Yesterday I tried to update a site but the version v1.19.2 did not appear in the terminal.
git fetch
command doesn't show 1.19.2 either. Dev-mastrer is displayed as the latest version.at Function.Module._resolveFilename (internal/modules/cjs/loader.js:902:15) at Function.Module._load (internal/modules/cjs/loader.js:746:27) at Module.require (internal/modules/cjs/loader.js:974:19) at require (internal/modules/cjs/helpers.js:101:18) at Object.<anonymous> (/home/kurulumunet/nodebb/src/cli/package-install.js:6:11) at Module._compile (internal/modules/cjs/loader.js:1085:14) at Object.Module._extensions..js (internal/modules/cjs/loader.js:1114:10) at Module.load (internal/modules/cjs/loader.js:950:32) at Function.Module._load (internal/modules/cjs/loader.js:790:12) at Module.require (internal/modules/cjs/loader.js:974:19) { code: 'MODULE_NOT_FOUND',
-
You can certainly update or fresh install 1.19.2
What do you mean it does not appear in the terminal? What commands were you running?
You seem to have a misunderstanding of git commands.
-
@kurulumu-Net said in 1.19.2 Github won't install or update:
@PitaJ If you have the opportunity, try to install a new nodebb instance and you will see what happens.
I have updated the forum. Everything is fine
-
-
package-install requires lodash, preventing fresh installs · Issue #10289 · NodeBB/NodeBB
https://community.nodebb.org/topic/16362/1-19-2-github-won-t-install-or-update/5 NodeBB/src/cli/package-install.js Line 6 in a1593e3 const _ = require('lodash'); External dependencies can't be used here. Use Object.assign or something in...
GitHub (github.com)