google@raspberrypi:~/Desktop/odas_web $ npm start
> odas_studio@0.3.0 start /home/google/Desktop/odas_web
> electron .
(electron:35503): Gtk-WARNING **: 23:03:25.467: cannot open display:
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! odas_studio@0.3.0 start: `electron .`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the odas_studio@0.3.0 start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /home/google/.npm/_logs/2023-07-29T15_03_25_554Z-debug.log
The following is my error message:
I am using ReSpeaker_4_Mic_Array on Raspberry Pi, following the tutorial at https://wiki.seeedstudio.com/ReSpeaker_4_Mic_Array_for_Raspberry_Pi/#record-sound-with-python. To start ODAS Studio, I run npm start, but I receive an error.
I have tried the following commands:
or
npm update
andnpm install webpack --save
but I still encounter the error.This is my error log:
Please help me!