This repository was archived by the owner on Feb 12, 2024. It is now read-only.
This repository was archived by the owner on Feb 12, 2024. It is now read-only.
Win10 64b - binding.fcntl is not a function #1016
Closed
Description
- Version: 0.26.0
- Platform: Windows 10 64bit
- Subsystem:
Type: Bug
Severity: Critical
Description:
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:
const IPFS = require('ipfs')
const ipfs = new IPFS()