-
Error: Cannot find module 'phin' However I've installed it??
It just doesn't make sense....
+ phin@2.9.3
updated 1 package and audited 1021 packages in 1.734s
found 0 vulnerabilities
ghost updated
6 years ago
-
Add support for posting/putting JSON.
Would be cool if we could just do this:
```javascript
p({url: "some url", method: "POST", json: {foo: 'bar'});
```
Which would set the `Content-Type` a…
-
```
internal/modules/cjs/loader.js:583
throw err;
^
Error: Cannot find module 'phin'
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:581:15)
at Function.Mod…
ghost updated
6 years ago
-
i got error when run `npm install` and the point of error is can't find windows.h
```
0 info it worked if it ends with ok
1 verbose cli [
1 verbose cli '/Users/triasbratayudhana/.nvm/versions…
-
Hello, I want to use your library to load my image from a remote server thru http with custom headers and converted into base64 string,It is possible do it right now?. if no will be super good if the…
-
# Expected Behavior
I would like to pass an option `rejectUnauthorized : false` to the Jimp.read()` method when I pass a URL to it.
I want to read the image even if there is a problem with the certi…
-
```
return Jimp.read(url).catch(err => {
console.log("Caught 404");
console.log(err);
});
```
```
/Users/Sanket/WebstormProjects/project/node_modules/jpeg-js/lib/decoder.js:598
…
-
Received error:
```
TypeError [ERR_INVALID_ARG_TYPE]: The "msecs" argument must be of type number. Received type object
```
It seems that node add several changes to handle socket timeout and…
-
```
- Device: Desktop
- OS:
lsb_release -rd
Description: openSUSE Leap 15.0
Release: 15.0
uname -rm
4.19.0-lp150.3.g09557ad-default x86_64
- Web Server:
nginx -v
nginx v…
ghost updated
6 years ago
-
Although I am sure some workbox options should indeed be added to workbox.core, others that are standard (such as `skipWaiting` and `clientsClaim`) should instead be added to workbox top level.
**T…