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

15 30 50 per page