Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Проблема в том, что идет бесконечная загрузка Node
Переустановка bas помогла
@Antonz said in Что происходит при ошибке "Node process stopped.":
@teamgame как исправили? тоже переодически возникает при работе с POSTGRESQL на нормальном сервере
Открывайте файл node_log.txt и смотрите что случилось
@dzxt said in BAS_API в Node js:
//функция для установки глобальной переменной типа string из ноды function PSet_string(name,value){ let script = (`PSet(\"basglobal\", \"${name}\", JSON.stringify(\"${value}\"))`); BAS_API(script) } //use PSet_string('NAME','any string')
Это вы к чему?
@UserTrue ОК, спасибо за помощь!
you have to add on top
import 'stream.pipeline-shim/auto' for stream API to be supported(stream.pipeline ...etc)