That makes no sense 🤔 The search plugin has nothing to do with themes or skins. Do you have any errors in your logs after you disable the plugin and restart the forum? What about when you run ./nodebb build and restart is everything working after that?
Error fresh install NodeBB v1.7.2
-
Hi!
I installed NodeBB v1.7.2 and build cannot be done.
24/12 17:24:08 [8862] - info: [build] Building in parallel mode 24/12 17:24:08 [8862] - info: [build] plugin static dirs build started 24/12 17:24:08 [8862] - info: [build] requirejs modules build started 24/12 17:24:08 [8862] - info: [build] client js bundle build started 24/12 17:24:08 [8862] - info: [build] admin js bundle build started 24/12 17:24:08 [8862] - info: [build] client side styles build started 24/12 17:24:08 [8862] - info: [build] admin control panel styles build started 24/12 17:24:08 [8862] - info: [build] templates build started 24/12 17:24:08 [8862] - info: [build] languages build started 24/12 17:24:08 [8862] - info: [build] sounds build started /home/masterx/nodebb/src/meta/minifier.js:90 proc.send({ ^ TypeError: proc.send is not a function at forkAction (/home/masterx/nodebb/src/meta/minifier.js:90:7) at executeAction (/home/masterx/nodebb/src/meta/minifier.js:130:3) at Object.Minifier.js.bundle (/home/masterx/nodebb/src/meta/minifier.js:254:2) at /home/masterx/nodebb/src/meta/js.js:334:16 at nextTask (/home/masterx/nodebb/node_modules/async/dist/async.js:5297:14) at next (/home/masterx/nodebb/node_modules/async/dist/async.js:5304:9) at /home/masterx/nodebb/node_modules/async/dist/async.js:906:16 at /home/masterx/nodebb/src/meta/js.js:316:3 at /home/masterx/nodebb/node_modules/async/dist/async.js:421:16 at iteratorCallback (/home/masterx/nodebb/node_modules/async/dist/async.js:998:13)
-
What version of Node?
-
Can you try using Node v8?
-
@pitaj I updated NodeJS to v8.9.4 and still cant install
2018-01-06T14:44:47.259Z [26392] - info: [build] Building in parallel mode 2018-01-06T14:44:47.260Z [26392] - info: [build] plugin static dirs build started 2018-01-06T14:44:47.263Z [26392] - info: [build] requirejs modules build started 2018-01-06T14:44:47.264Z [26392] - info: [build] client js bundle build started 2018-01-06T14:44:47.271Z [26392] - info: [build] admin js bundle build started 2018-01-06T14:44:47.282Z [26392] - info: [build] client side styles build started 2018-01-06T14:44:47.282Z [26392] - info: [build] admin control panel styles build started 2018-01-06T14:44:47.284Z [26392] - info: [build] templates build started 2018-01-06T14:44:47.285Z [26392] - info: [build] languages build started 2018-01-06T14:44:47.285Z [26392] - info: [build] sounds build started 2018-01-06T14:44:47.410Z [26392] - info: [build] sounds build completed in 0.124sec node[27115]: pthread_create: Resource temporarily unavailable 2018-01-06T14:44:47.600Z [26392] - info: [build] plugin static dirs build completed in 0.34sec 2018-01-06T14:44:49.693Z [26392] - info: [build] languages build completed in 2.408sec 2018-01-06T14:44:49.751Z [26392] - info: [build] templates build completed in 2.467sec 2018-01-06T14:44:50.349Z [26392] - info: [build] client js bundle build completed in 3.085sec 2018-01-06T14:44:51.167Z [26392] - info: [build] admin control panel styles build completed in 3.885sec
After this build is freezing
-
node[27115]: pthread_create: Resource temporarily unavailable
This appears to be your problem. What kind of machine are you using? You can try setting
"series": true
in your config.json. -
Shared hosting isn't usually compatible with NodeBB. Have you used NodeBB on this service before?
-
Did you try setting
"series": true
in your config.json?