Questions tagged [ubuntu-18.04]

We do not provide general Ubuntu support in this forum. All support questions should be directed to ubuntu-18.04. This tag is strictly for discussing WRITING OR RUNNING PROGRAMS on Ubuntu 18.04. If your question pertains to different versions of Ubuntu, please use the [ubuntu] tag instead. For inquiries related to other Linux distributions, use the [linux] tag.

Steps to resolve the issue of a missing server.js file or having an empty "start" script in the package.json file

Having trouble solving the path error in my package.json file. How do I correctly set the path? Is it a typo or is server.js missing in the project folder? Successfully ran npm install Encountered an error when running npm start within the project fo ...

Issue with npm package installation causing malfunction

Upon running the command npm install -g lerna, it gets executed without any errors. However, when I try to run lerna --version, I receive an output stating "lerna: command not found". Potential Solution: Perhaps if I somehow manage to install it in / ...

error encountered during npm package installation due to permission problem

During the installation of [email protected] , I encountered this error message: Error: Error: EACCES: permission denied, mkdir '/var/www/acceptance/node_modules/admin-lte/plugins'. Can someone please assist me in resolving this permission issue ...

Encountering: ERR_SSL_PROTOCOL_ERROR nginx with vue.js

When I check the console log in Google Chrome, I am encountering these errors: GET https://192.168.1.7:8081/sockjs-node/info?t=1579798623564 net::ERR_SSL_PROTOCOL_ERROR GET https://192.168.1.7/sockjs-node/info?t=1579798623562 net::ERR_CERT_COMMON_NAME_I ...

Encountered Error Compiling OpenCV 4.2.0 on Ubuntu 18.04: Unable to build target 'modules/videoio/CMakeFiles/opencv_videoio.dir/all' during make process

After following a tutorial at cmake -D CMAKE_BUILD_TYPE=RELEASE -D CMAKE_INSTALL_PREFIX=/usr/local -D INSTALL_PYTHON_EXAMPLES=ON -D INSTALL_C_EXAMPLES=OFF -D OPENCV_ENABLE_NONFREE=ON -D WITH_CUDA=ON -D WITH_CUDNN=ON -D OPENCV_DNN_CUDA=ON -D ENABLE_FAST_MA ...

Encountering the error message 'no decode delegate for this image format' specifically in PHP iMagick, but surprisingly not experiencing the issue on ImageMagick

My Ubuntu 18.04.1 LTS Server is equipped with ImageMagick, Apache2, Php 7.2, and Php iMagick 3.4.3. When I run convert -version in the terminal, it displays: Version: ImageMagick 7.0.8-12 Q16 x86_64 2018-10-14 https://imagemagick.org Copyright: © 1999-2 ...

When trying to install NodeJS version 14, it unexpectedly installs NodeJS version 8 instead

I'm struggling with getting nodejs up and running on my Ubuntu 18 PC. I've followed these steps one by one: sudo apt update curl -sL https://deb.nodesource.com/setup_14.x | sudo bash - sudo apt -y install nodejs After that, I checked the versio ...

Can PyGObject effectively replace Tk on both Windows and Linux platforms?

Python 3.5.4, Windows 7, Ubuntu Mate 18.04 We are currently working on 7-8 Python 3 projects that are designed to run on both Windows 7 and Ubuntu Mate platforms. Our primary development environment is on Windows using LiClipse with a tk user interface. ...