Linked Questions

2912 votes
38 answers
2.2m views

How do I install a specific version of a formula in homebrew? For example, postgresql-8.4.4 instead of the latest 9.0.
Gravis's user avatar
  • 31.7k
296 votes
39 answers
969k views

I created a virtualenv around my project, but when I try to activate it I cannot. It might just be syntax or folder location, but I am stumped right now. You can see below, I create the virtualenv ...
user1157538's user avatar
  • 2,971
105 votes
13 answers
443k views

I am trying to downgrade my version of node I ran: npm install nvm and I exported the bin folder to my Windows path variable, C:\Program Files (x86)\nodejs\node_modules\npm\bin but I still get: '...
Alexander Mills's user avatar
94 votes
7 answers
116k views

I have a simple object like the one below: var countries = { "Argentina":1, "Canada":2, "Egypt":1, }; I need to create two arrays. The first array is an array of all the keys from the ...
Alex Fallenstedt's user avatar
46 votes
15 answers
136k views

I wanted to install this angular 2 calendar using npm. Tried to use npm to install it and then downloaded it and tried to install it. In both cases its failed. I am on windows and I previously got ...
si2030's user avatar
  • 4,045
43 votes
4 answers
43k views

I have installed some Node.js versions with the tool n. I have uninstalled all Node.js versions using: sudo n prune except the current (activated) version. If I try to unsinstall the current version: ...
BuZZ-dEE's user avatar
  • 7,153
23 votes
7 answers
37k views

I am writing an app that includes about 12 short JS files in the <head> section (I know, I should merge them and move them just before the end of <body>; would get to those when in ...
KJ Saxena's user avatar
  • 21.9k
22 votes
5 answers
61k views

i am trying to install all dependencies using npm install command, but while installing it i am getting error like below : ling source file ..\src\threaded_callback_invokation.cc) c:\applatest\...
sejal's user avatar
  • 231
9 votes
7 answers
8k views

There have been a couple of older posts regarding this issue, but date from questions asked in 2013 and 2014 and the answers in there have not helped my case. I have the debugger keyword placed in ...
Govind Rai's user avatar
15 votes
5 answers
9k views

I get this message when I start a local Firebase server with firebase serve: Warning: You're using Node.js v8.9.4 but Google Cloud Functions only supports v6.11.5. But there is no info about what to ...
Leo's user avatar
  • 4,486
8 votes
7 answers
25k views

While running npm run dev I suddenly start getting error without pretty much any change to the code of the project: TypeError: Class extends value undefined is not a constructor or null at Object....
Eugene's user avatar
  • 1,212
31 votes
1 answer
21k views

I'm updating a 3 years ago ruby on rails and react project trying to npm install but im stuck here getting this error $ npm install gyp: Undefined variable standalone_static_library in binding.gyp ...
Stefano Rueda's user avatar
15 votes
4 answers
50k views

I'm getting the following error while doing npm install: $ npm install npm ERR! code 127 npm ERR! path /home/jesusjimenez/projects/project/node_modules/fibers npm ERR! command failed npm ERR! command ...
Jesus Jimenez's user avatar
4 votes
2 answers
11k views

At the moment npm install/build are using with node 8.9.4 (and with npm 5.6.0). And during deploying some code it always reinstall modules and I spend a lot of time. I know that it should cache ...
fsdf sdfsdf's user avatar
8 votes
2 answers
2k views

When debugging a node session and you stop in the debugger, the Variables view shows "Collecting data..." but the data never arrives: This happens with node version 0.10.34 and 0.10.35 of node.
Michael_Scharf's user avatar
3 votes
6 answers
1k views

react-native start command gives error.Genrated error is given below. Please help me. react-native start /usr/lib/node_modules/react-native/local-cli/server/checkNodeVersion.js:43 ); ^ ...
Ravi Malviya's user avatar
2 votes
2 answers
2k views

I'm using node v8.2.1, but Google Cloud Functions only supports v6.11.5, so I'm looking to switch my node version accordingly (preferably only using npm). How can I do this? How to change to an older ...
user7548189's user avatar
  • 1,026
1 vote
2 answers
4k views

Getting these errors using npm install on OSX 10.10.5: build error gyp ERR! stack Error: `make` failed with exit code: 69 gyp ERR! stack at ChildProcess.onExit (/usr/local/lib/node_modules/npm/...
arnonate's user avatar
  • 495
0 votes
2 answers
6k views

It shows node version 12 but with sudo it shows 14, I want to use version 14 in future, How can i configure it to version 14
Gaurav's user avatar
  • 33
2 votes
2 answers
2k views

When I do the following, get command not found. For some reason it looks like its referencing 9.11.1 and not 10.11.0 but I'm really not sure what the problem is. $ npm install -g appcenter-cli npm ...
bryan's user avatar
  • 9,499
1 vote
2 answers
2k views

I want to start some react project. The issue is when I run the following command: yarn add react-app-rewired -D to install all the required components. Output: Microsoft Windows [Version 10.0.19045....
Hunter91151's user avatar
1 vote
2 answers
3k views

I'm working on a React project that is deployed using heroku. I just made an update to master and the pipeline failed. I've seen others ask what to do when they get "The engine "node" ...
Ryan's user avatar
  • 157
0 votes
2 answers
2k views

I am instaling eslint into a new empty folder and I received this message: An error occurred while generating your JavaScript config file. A config file was still generated, but the config file itself ...
Byron2017's user avatar
  • 1,013
0 votes
1 answer
2k views

I need to install nodejs version8.11.2 into my ubuntu machine. my ubuntu versions is 18.04. In my machine installed node version is 10.0. Although I use 'sudo apt-get remove nodejs' command to ...
sajini sandareka's user avatar
2 votes
2 answers
662 views

I'm following the "Getting Started on Heroku with Node.js" tutorial, and I got to the part where I use "heroku local web" to launch my app. When I try, I get this error message: [OKAY] Loaded ENV ....
Guy's user avatar
  • 23
0 votes
1 answer
1k views

I'm trying to update the old version of Nodejs and Npm for MacBook. My current version: Nodejs v16.13.1 , npm 8.1.2 I want to update the old version again: Nodejs v12.13.0 , npm 6.14.6.0 I have ...
Lucky's user avatar
  • 33
0 votes
1 answer
899 views

I'm following this and try to use pdf.js. I've downloaded and extracted the library and now I was trying to install gulp globally as it says on the page but when I run the command C:\Users\xx\Desktop\...
antobbo's user avatar
  • 285
1 vote
0 answers
604 views

I am following the tutorial on https://docs.angularjs.org/tutorial to get started with AngularJS on my ubuntu vagrant virtualbox. I believe that I have followed all of the steps, but I can't get ...
user1283776's user avatar
  • 22.2k
1 vote
2 answers
539 views

I know that these are some similar / duplicate responses when searching for a solution to this. But the Node world seems to update so regularly that any answers I've found are refering to a much older ...
Andrew Birks's user avatar
0 votes
0 answers
404 views

I am attempting to follow the instructions here: https://nodejs.org/en/download/package-manager/#debian-and-ubuntu-based-linux-distributions When I try to install Node.js on my Linux Mint I get the ...
Daniel Paczuski Bak's user avatar

15 30 50 per page