-
## Version **2.3.2** of [serve-favicon](https://github.com/expressjs/serve-favicon) just got published.
Branch
Build failing 🚨
Dependency
…
-
I'm attempting to install this on a Jail on my FreeNAS 9.3 box. I have node.js and npm successfully installed. I've also installed Bonjour from Apple with the following:
wget http://www.opensource.ap…
-
```
Uncaught TypeError: Cannot read property 'EventEmitter' of undefined
at app.js:8681
at Object.81 (app.js:8853)
at s (app.js:1)
at app.js:1
at $ (app.js:1363)
at Obje…
-
Requiring the package with Webpack fails in my web-project:
``` javascript
WARNING in ./~/mermaid/src/d3.js
Critical dependencies:
5:4-11 require function is used in a way in which dependencies canno…
-
I hope this is a simple, stupid question, but I have a `fetch` call, and I want to stub it out when I'm running the tests in node. Is there anything I can do? I know I could run it in the browser, but…
-
#### I'm opening this issue because:
- [ ] npm is crashing.
- [ ] npm is producing an incorrect install.
- [x] npm is doing something I don't understand.
- [ ] Other (_see below for feat…
-
I wrote I hookfile, but I can't make use of `chai` to make tests inside hooks as described in the docs. When ever I require `chai` i get the following error. I am using `dredd@1.0.0` and run the hookf…
-
Hi, thanks for the great module! It is the best thing that happened to me in combination with wallaby.js ;) I have a problem with stubbing modules, that are not directly in required files.
I have …
-
Hi,
I cloned my ~1.5 year old angular-fullstack project on a new computer and get the following error when launching:
```
$ grunt serve
Running "serve" task
Loading "clean.js" tasks...ERROR
…
-
So basically I have an function whose behavior I want to stub only if the argument is equal to something.
Example
``` js
var foo = {
bar: function(arg1){
return true;
}
};
var barStu…