You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 12, 2024. It is now read-only.
e:\Projects\clear>node test.js
e:\Projects\clear\node_modules\fs-ext\fs-ext.js:106
return binding.fcntl(fd, cmd, arg, callback);
^
TypeError: binding.fcntl is not a function
at Object.exports.fcntl (e:\Projects\clear\node_modules\fs-ext\fs-ext.js:106:18)
at waterfall (e:\Projects\clear\node_modules\lock-me\src\unix.js:17:20)
at nextTask (e:\Projects\clear\node_modules\async\waterfall.js:16:14)
at next (e:\Projects\clear\node_modules\async\waterfall.js:23:9)
at e:\Projects\clear\node_modules\async\internal\onlyOnce.js:12:16
at FSReqWrap.oncomplete (fs.js:135:15)
Steps to reproduce the error:
constIPFS=require('ipfs')constipfs=newIPFS()
The text was updated successfully, but these errors were encountered:
Better error reporting by detecting `Content-Type` of the response and not attempting to parse JSON for non-`application/json` responses.
resolvesipfs#912resolvesipfs#1000closesipfs#1001
License: MIT
Signed-off-by: Alan Shaw <[email protected]>
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
env:WindowsP2Medium: Good to have, but can wait until someone steps up
Type: Bug
Severity: Critical
Description:
Steps to reproduce the error:
The text was updated successfully, but these errors were encountered: