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.
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -86,15 +86,17 @@ You can check the development status at the [Kanban Board](https://waffle.io/ipf
86
86
87
87
### npm
88
88
89
-
This project is available through [npm](https://www.npmjs.com/). To install run
89
+
This project is available through [npm](https://www.npmjs.com/). To install, run:
90
90
91
91
```bash
92
92
> npm install ipfs
93
93
```
94
94
95
+
JS IPFS depends on native modules that are installed by [`node-gyp`](https://github.com/nodejs/node-gyp). If you have problems running the command above, it is likely that the [build tools required by `node-gyp`](https://github.com/nodejs/node-gyp#installation) are missing from your system. Please install them and then try again.
96
+
95
97
We support both the Current and Active LTS versions of Node.js. Please see [nodejs.org](https://nodejs.org/) for what these currently are.
96
98
97
-
This project is tested on OSX & Linux, expected to work on Windows.
99
+
This project is tested on macOS, Linux and Windows.
0 commit comments