Questions tagged [npm]
The npm tag has no usage guidance.
69 questions
0
votes
0
answers
39
views
Remote access does not work like localhost
I can install this package and browse using localhost:3000 as address.
git clone https://github.com/allotropia/zetajs.git
cd zetajs/examples/letter-address-tool
npm install
npm start
I got these ...
0
votes
1
answer
83
views
Subdomains from NPM dont work via Dynv6-Main-Zone
Today I got a new Router.
Unfortunately I only get DS-lite from now on.
Extra DS does cost a lot extra for private usage.
I have 3 Webserver publically reachable: Jellyfin, Nextcloud and Home ...
0
votes
1
answer
102
views
Why are internal resources accessed via NPM arriving from my public IP address?
Situation: I have a domain, let's say mydomain.com.
On a server in my local network, I have a few services running, including Nginx Proxy Manager.
In NPM, I have configured various hosts such as ...
0
votes
0
answers
97
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 ...
0
votes
1
answer
734
views
How to have nexus download the newest package from npmjs official site when package is not present in local
I have updated the npmjs package to 0.1.148, but when I update the package in macOS using this pnpm command:
> pnpm update --force
WARN using --force I sure hope you know what you are doing
...
1
vote
1
answer
3k
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 ...
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 ...
0
votes
1
answer
638
views
domain "alias" in LAN
I have the following setup:
a registered domain, domain1.com, with several websites/webapps under different subdomains: sub1.domain1.com, sub2.domain1.com etc.
on my LAN I have a pfsense router and
a ...
2
votes
1
answer
18k
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 ...
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&...
0
votes
2
answers
1k
views
Program installed for one user cannot be accessed from other user even full path is provided
I have all the npm pacakages installed for a particular user (i.e) not root (/home/otheruser/*)
I am using monit to see whether to check the program is running. In this case its pm2, which is in
/home/...
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
356
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 ...
-2
votes
1
answer
83
views
What's the magic path for npm when using sudo?
I remember I was able to use something like sudo ${which npm} run xxx when I needed root privilege to run npm. What is it?
5
votes
3
answers
29k
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/...
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 ...
5
votes
3
answers
6k
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 ...
1
vote
1
answer
355
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
789
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 ...
0
votes
1
answer
539
views
Mint, unable to install new version of NodeJS and NPM [closed]
I am unable to install a newer version of NodeJS than 8.10.0 on my Linux Mint machine. I've added repositories of newer versions (10.x and 11.x) via bash but neither works, apt does not find any ...
0
votes
0
answers
4k
views
Nginx rewrite proxy pass (For node react app)
I am running a Node React app on localhost:3000, which I am reverse proxying with Nginx and exposing on localhost/web/. However, there are issues with the files generated by the app, because they are ...
0
votes
1
answer
14k
views
npm install globally a package offline with tarball
According to npm docs, this should work;
npm install ./package.tgz
So I try this globally for pm2 tarfile I have downloaded from pm2 github repo releases page;
npm install -g ./pm2-3.2.2.tar.gz
...
0
votes
1
answer
183
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://...
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 ...
0
votes
1
answer
953
views
npm update fails with cryptonote
I'm installing the electroneum pool git. I ran npm update and I keep getting the same error, I've tried changing node version but that doesn't make any difference.
Here is the error
root@ubuntu:~/...
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. ...
0
votes
1
answer
498
views
how to resolve rename error when insalling grunt via npm without admin access?
I need to install grunt for a project setup in Windows 7. However, I am running into an issue that whenever I try to install grunt globally, it fails because of a permission error.
A few other people ...
1
vote
1
answer
1k
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 ...
0
votes
1
answer
657
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
125
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
1
answer
906
views
Any way to stop apt-get upgrade downgrading npm to version 2?
I installed nodejs 4 on Ubuntu 14.04 using node's official PPA, as described here. It seems like npm v2 is the default so I upgraded npm to v3 using itself (npm update --global). Version 3 is required ...
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 ...
1
vote
1
answer
551
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 ...
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 ...
2
votes
1
answer
352
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 ...
1
vote
1
answer
307
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" (...
0
votes
0
answers
374
views
EC2 instance (Ubuntu) suddenly got very sluggish
I logged into my EC2 instance on AWS, pull the latest code and started running npm update and noticed my Ubuntu become very, very sluggish. When I run ps aux I got this:
USER PID %CPU %MEM ...
-1
votes
1
answer
56
views
Simple Linux Benchmarking Test to Perform Throughout Install
I have a script that installs a lot of software. For debugging purposes I am looking for a way of simply benchmarking my system after each install to see which piece of software cripples my server.
...
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 ...
3
votes
0
answers
812
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 ...
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
*** ...
1
vote
2
answers
599
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
787
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 ...
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
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 ...
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'], ...
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
...
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 {
...