Dyadko_Orest, если я вас правильно понял, то вы хотите что-то типа такой логики
//... something another function before it
const somethingFun = (userLoginData) => {
props.store.userArray.map(el => {
if(el.userLogin === userLoginData) {
return el
}
})
}
Я конечно мог где-то допустить ошибку.... Но во всяком случае, думаю вы поняли от чего и как надо отталкиваться
Tema Smirnov, спасибо за ответ
Как я понял это вот это все:
[ N 2020-04-09 12:09:46.0725 2244110/T1 age/Cor/CoreMain.cpp:1117 ]: Checking whether to disconnect long-running connections for process 2908385, application /home/korole/myapp (production)
[ N 2020-04-09 12:09:46.0574 2244110/T1 age/Cor/CoreMain.cpp:1117 ]: Checking whether to disconnect long-running connections for process 2908385, application /home/korole/myapp (production)
App 2908385 output: process.cwd() (the directory from which the script file was called): /home/korole/myapp
App 2908385 output: __dirname (the directory of the script file): /home/korole/myapp
[ N 2020-04-03 13:21:26.7446 1174013/T1 age/Cor/CoreMain.cpp:1117 ]: Checking whether to disconnect long-running connections for process 1722475, application /home/korole/myapp (production)
[ N 2020-04-03 13:21:26.7342 1174013/T1 age/Cor/CoreMain.cpp:1117 ]: Checking whether to disconnect long-running connections for process 1722475, application /home/korole/myapp (production)
App 1722475 output: process.cwd() (the directory from which the script file was called): /home/korole/myapp
App 1722475 output: __dirname (the directory of the script file): /home/korole/myapp
profesor08, а с меньшим пафосом спросить нельзя было?
Вот код ошибки: "500 Internal Server Error"
Сама ошибка, которая вылезает при попытке установить пакеты: An error occured during installation of modules. The operation was performed, but check availability of application has failed. Web application responds, but its return code "500 Internal Server Error" or content type before operation "text/html; charset=UTF-8" doesn't equal to contet type after operation "text/html; charset=UTF-8".
Вот логи: Could not spawn process for application /home/korole/myapp: The application process exited prematurely.
App 1695012 output: at Object. (/home/korole/myapp/app.js:4:21)
Ссылается на эту строчку кода: const indexRouter = require('./routes/index');
Я конечно мог где-то допустить ошибку.... Но во всяком случае, думаю вы поняли от чего и как надо отталкиваться