Questions tagged [npm]
The npm tag has no usage guidance.
67
questions
20
votes
1
answer
57k
views
The following packages have unmet dependencies: nodejs : Conflicts: npm
I followed this gist https://gist.github.com/Goddard/5500157 to install nodejs and npm, but after running it neither node --version or npm --version could be ran, giving an error of command not found. ...
9
votes
8
answers
67k
views
Centos 7 Can't yum install npm
I'm trying to get nodejs and npm installed on centos 7
So first I did
rpm -i http://dl.fedoraproject.org/pub/epel/beta/7/x86_64/epel-release-7-0.2.noarch.rpm
to get the epel repository
Then I ...
5
votes
3
answers
5k
views
NodeJS React Systemd Service not working
I am trying to set up a systemd service for a simple react application. This application is hosted in /home/myuser/test. Both npm and node are in the PATH and hard linked to /usr/bin. All the files ...
5
votes
2
answers
5k
views
npm install, but can't run
I'm a newbie to Node, but I've been trying to install some npm modules and after what seems like a successful install, I can't run the new app. I must have some basic config error, like a missing ...
4
votes
3
answers
25k
views
How to configure Systemd service unit to start Node app with "npm start" instead of "app.js"
Environment: CentOS 8, Node.js, Digital Ocean Droplet
My Systemd setup starts a node app with the following command. It works as expected.
$ sudo systemctl start myapp
File 1: /etc/systemd/system/...
4
votes
1
answer
843
views
Installing and configure docular
I'm trying to install and configure doculare package on node.js platform. I have started from the official documentation website grunt-docular.com.
After hundreds of tries, there was a problem in ...
4
votes
3
answers
20k
views
Offline install of npm package
I've got a script that automatically installs some npm packages (specifically karma, which I'd like to install with --global) on an EC2 instance on startup. The problem is that npm sometimes randomly ...
4
votes
2
answers
4k
views
Why can't I install modules via NPM unless I'm root?
I'm using the latest version of stable node.js (0.8.19)
$cd ~/downloads/node
$./configure
$make
$sudo make install
Doing this installed node.js
Now, when I go to:
$cd ~/myproject/node_modules
$npm ...
4
votes
1
answer
4k
views
Using npm install as a MS-Windows system account
I have a node application running on Windows, which I want to be able to update automatically. When I run npm install -d as the Administrator account - it works fine, but when I try to run it through ...
4
votes
0
answers
2k
views
400 bad request from a proxy cache
So we have an nginx proxy cache that is used to maintain uptime even if npm goes down.
On occasion this server (noticeably once every few months) starts returning 400 bad request for every response ...
3
votes
1
answer
5k
views
Node-sass error during installation of node modules
I'm trying to install Laravel on my Debian server, but it fails during installation of node-sass. I have had this setup for a long time and never experienced issues before. Maybe node-sass or npm ...
3
votes
2
answers
1k
views
npm install generator-webapp fail
I have cleaned my run npm remove ... and npm -g remove ... to remove everything related to npm. But I still got below error when I try npm install generator-webapp
npm ERR! peerinvalid The package yo ...
3
votes
1
answer
2k
views
Library Error while installing NPM on Ubuntu 22.04 LTS
I'm trying to install NPM on Ubuntu 22.04 LTS;
How can I fix this problem?
Step 1:
user@ubuntu:~$ sudo apt-get update
Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease ...
3
votes
0
answers
4k
views
Using SSH key for install npm module from private repository inside docker
I make container for nodejs project. Inside the project I am using private repository. I need an access to it. For that I am using next Dockerfile
FROM node:15
RUN echo "StrictHostKeyChecking no&...
3
votes
0
answers
809
views
Openshift not installing node modules
I have a production pipeline of local code pushed via git to Wercker (a continuous delivery platform) and then is forwarded to openshift for production. Both steps, the local build and the deployment ...
3
votes
1
answer
1k
views
private github repo in package.json breaking azure website deployment
Trying to deploy an Express app on an Azure "web site" through Github. I have a private repository in package.json dependencies:
"dependencies": {
"express: "~3.4.0",
...
"private-repo": "git+...
2
votes
2
answers
17k
views
How to install NPM on Debian?
Can somebody please help with installing NPM in Debian?
First I tried apt-get install npm but got this message:
Unable to locate package npm.
So I followed the installation steps for Debian from ...
2
votes
1
answer
328
views
Running npm via sudo (not as root, not as self-user) can't find npm where root or self-user can
I have a makefile, which I use to sudo make install for the parts of my app that generally require root installation. Unfortunately, this results in a strange situation where sudo doesn't have access ...
2
votes
1
answer
6k
views
How to use a different version of python duing NPM install?
Salam (means Hello) :)
I have terminal access to a VPS running centos 5.9 and default python 2.4.3 installed. I also installed python 2.7.3 via these commands: (I used make altinstall instead of make ...
2
votes
2
answers
7k
views
npm install on vagrant virtualbox
Seem to be having A LOT of trouble figuring this one out, but I'm attempting to use vagrant and provision a server that uses node / npm to install dependencies. My setup is:
ubuntu 12.04 host (old ...
2
votes
1
answer
3k
views
Jenkins Docker build slave - npm cache not working
I have a Docker image, let's call it frontend.image, that I use for a Jenkins build slave. The Jenkins Docker plugin will spin up a container from this image and build artifacts inside the container. ...
2
votes
1
answer
4k
views
How to install nodejs and npm packages with salt on debian
I'm struggling to install a recent nodejs version and npm packages using salt on debian. Here is my salt state:
nodejs-deps:
pkg.installed:
- names:
- g++
- curl
- libssl-dev
...
2
votes
1
answer
16k
views
how to fix the npm install fails with 'An unknown git error occurred' in one folder but works in a another folder
My Server runs on Centos 8 and I installed nodejs latest (v14.17.5) and NPM (v7.21.0), both dont have a .git folder in there.
I have a very very strange issue, If I goto folder example1.com, and run ...
2
votes
0
answers
1k
views
WSL2 on Windows 10 - installed NVM, Node but can't install any package
I have WSL 2 on my Windows 10 (* Ubuntu-20.04 Running 2). I installed nvm and node on it.
nvm --version: 0.35.3
nvm ls:
-> v14.11.0
default -> node (-> v14.11.0)
node -> stable (->...
1
vote
1
answer
3k
views
NPM issue, where to start
Hopefully this is the right forum to post. Coming stack overflow but I think this is more you guys' expertise.
I have a centos 6.10 box. It had Node.js and npm running ok. I don't know which versions ...
1
vote
1
answer
4k
views
ENOENT errors when running npm inside vagrant shell provision
Have a project with the following package.json file:
{
"name": "requirejs-library-skeleton",
"description": "RequireJS skeleton for modern JS libraries.",
"version": "0.2.0",
"...
1
vote
1
answer
2k
views
Npm install and ng build takes 35-40min
I have environment:
Jenkins
Docker
proxmox with vm and lxc container
angular 9 project
Problem is with my Dockerfile building, it takes around 35-40min.
My dockerfile
FROM node:12.6-stretch
ARG ...
1
vote
1
answer
333
views
How to assign which user to execute commands inside the container in AWS FARGATE
i'm trying to launch a nodejs container using AWS FARGATE, the problem i'm facing is that fargate gives me this error :
cannot find this module "/path/to/file/webrtc.js"
And when i execute ...
1
vote
1
answer
752
views
Babel 6.26.3 keeps getting installed instead of version 7.7
I'm setting up a new server (Ubuntu 18.10), and I can't seem to get the latest Babel installed. I'm doing:
apt-get -y install npm
sudo npm install -g babel-cli
npm install --save-dev @babel/core
Yet ...
1
vote
1
answer
542
views
How do I get the SSH key of my EB instance so that I can give it deployment access in BitBucket?
I am building a node.js app that is hosted by AWS Elastic Beanstalk. One of the dependencies is hosted on BitBucket. I have specified the Git SSH url in the package.json file and everything works on ...
1
vote
1
answer
2k
views
Issues installing Grunt in Vagrant environment
I am attempting to install node.js, npm and Grunt.js in an Ubuntu Trusty 64bit Vagrant environment and running into some issues. Here is my puppet manifest:
init.pp --
class grunt::install {
...
1
vote
1
answer
332
views
troubleshoot puppet install order
My puppet agent run fails initially, then succeeds on the second run. I understand that it probably has to do with my execution order, and a dependency is being added later on in the execution ...
1
vote
1
answer
518
views
NPM fails to install Socket.io does it need x-server?
I was trying to install socket.io on my linux server using NPM
root@camdev01-dev:# npm install socket.io
(npm:22742): Gtk-WARNING **: cannot open display:
OS:ubuntu.11.10 server
1
vote
1
answer
333
views
gcloud deploy not making dist folder
Admittedly, I'm a novice at GCloud. I "inherited" a project abandoned by the previous developer. I'm trying to deploy a node app on the app engine. The app won't start because it can't find the ...
1
vote
0
answers
3k
views
node-sass error when installing on Ubuntu 18.04
I'm having problems installing node-sass on my server.
root@west:/usr/lib/node_modules# npm install -g node-sass
npm WARN deprecated [email protected]: Legacy versions of mkdirp are no longer supported. ...
1
vote
1
answer
963
views
How to install Node.js and NPM on Unix server so that no users require sudo to install or read global packages?
Is this really such an uncommon situation that I can't find answers anywhere?
Anyway. I have a Ubuntu VM server on DigitalOcean and I am running Jenkins on this server to do build, test and local ...
1
vote
1
answer
1k
views
What does npm's error message The package grunt does not satisfy its siblings' peerDependencies … tell?
On an little outdated npm/node-platform I'm getting this error while trying to install grunt.
npm ERR! peerinvalid The package grunt does not satisfy its siblings' peerDependencies requirements!
npm ...
1
vote
1
answer
296
views
Making war inside Docker stuck on NPM
Using Docker to make war file to attach to Apache Tomcat.
Struggling to use NPM/MVN to get Tomcat war up.
I'm behind a corporate proxy and the make scripts don't have "bower install --allow-root" (...
1
vote
2
answers
590
views
unable to install npm on the AWS RHEL7 AMI because of c-ares-devel dependency
I've added the EPEL repository and attempted to install npm (since it is not included in the standard repos), but get the following error:
Error: Package: nodejs-devel-0.10.33-1.el7.x86_64 (epel)
...
1
vote
0
answers
776
views
Etherpad-Lite - Something bad happened
I installed etherpad-lite on Debian 7 - I also configured NPM and Node.js, but if I try to open etherpad, I'm getting this error:
{ "error": "Sorry, something bad happened!" }
On the console I'm ...
1
vote
1
answer
3k
views
Cant use npm as provider with puppet
I am attempting to do the following in puppet:
package { 'bower':
ensure => present,
provider => 'npm',
require => Class['nodejs'],
before => [ Exec['npm_install'], ...
1
vote
1
answer
1k
views
Apache webserver not starting - Not sure what's wrong
I had installed apache webserver on my local machine (Linux Mint 15) and everything was working fine until I tried to install npm/nodejs.
I'm getting this error whenever I try starting apache -
...
1
vote
0
answers
636
views
nodejs npm dependencies fails on pump.io installation
I want to install pump.io on my debian wheezy VPS by following these steps : https://github.com/e14n/pump.io/wiki/Debian-Installation
NodeJS installation is ok, but when I ask to npm for installing ...
0
votes
1
answer
54
views
Are we drowning in package managers? [closed]
The current trend is to use language-oriented package manager, such as npm or bower for javascript, pip for python, gems for ruby and so on.
As I understand the need for a dependency manager when you ...
0
votes
1
answer
178
views
Cannot install npm on an embedded Debian hardware:
I'm not being able to install NPM on my Debian embedded hardaware. Here is the log:
I'm trying to install node on an embedded amd64 system. Here is the log:
$ sudo curl --silent --location https://...
0
votes
1
answer
655
views
docker npm ERR! install Couldn't read dependencies
While trying Docker Tutorial https://prakhar.me/docker-curriculum/#dockerrun
getting error while running root@ip-172-31-22-20:~/docker-curriculum# docker build -t ashishkarpe/foodtrucks-web .
root@ip-...
0
votes
1
answer
124
views
How to launch let'schat (nodejs app) as deamon?
I have installed "let's chat" on my server. In the documentation, they say to launch the application with
npm start
from the directory where the application is installed.
But i'm unable to launch ...
0
votes
2
answers
2k
views
google engine 502 bad gateway during fetch npm package
I'm getting weird 502 error while trying to fetch npm package inside of google service instance.
Error is constantly repeating on Google App Engine (Docker container deployment procedure), and Google ...
0
votes
1
answer
167
views
Bad output for "npm ls"
How can I fix this ugly output for "npm ls"?
Debian Wheezy / node v0.10.36 / npm 2.4.1
UPDATE:
«*» - is an ugly char, that I can not reproduce here:
[email protected] /var/www/helloworld
*** ...
0
votes
0
answers
51
views
Updating lodash to the latest version to resolve a handful of vulnerabilities
I'm attempting to update lodash and have run several commands;
npm update -g lodash
npm update lodash --force
I've ran npm cache clean --force but nothing. Many of the lodash modules are outdated ...