You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
The program fails to start, displaying the following error message: Config file config/config.yml could not be found; did you specify a config file and is it the right path?
Steps to Reproduce:
Install the program using the command sudo npm install -g antennas.
Attempt to start the program with the command antennasstart.
Expected Behavior:
The program should start successfully without any errors.
Actual Behavior:
After executing the antennas start command, the Antennas logo is displayed in the terminal of putty, followed by the aforementioned error message.
Additional Details:
Upon inspecting the directory /usr/local/bin using the command ls -l, I noticed that the symlink for the program is present. However, upon further examination of my filesystem, the file /lib/node_modules/antennas/index.js does not exist.
Description:
The program fails to start, displaying the following error message:
Config file config/config.yml could not be found; did you specify a config file and is it the right path?
Steps to Reproduce:
sudo npm install -g antennas
.antennas
start.Expected Behavior:
The program should start successfully without any errors.
Actual Behavior:
After executing the
antennas
start command, the Antennas logo is displayed in the terminal of putty, followed by the aforementioned error message.Additional Details:
Upon inspecting the directory
/usr/local/bin
using the commandls -l
, I noticed that the symlink for the program is present. However, upon further examination of my filesystem, the file/lib/node_modules/antennas/index.js
does not exist.Environment:
The text was updated successfully, but these errors were encountered: