This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Description
Clicking on the Start IPFS button shows the following error:
Uncaught TypeError: getLevelDOWN is not a function
at LevelUP.open (ipfs.js:47646)
at new LevelUP (ipfs.js:47619)
at LevelUP (ipfs.js:47579)
at new LevelDatastore (ipfs.js:37876)
at new IpfsRepo (ipfs.js:89813)
at module.exports (ipfs.js:153886)
at IPFS (ipfs.js:153937)
at HTMLButtonElement.start (app.js:37)
And, well, the app just crashes.
I built IPFS from the latest master, also tried building from d7c9eec - no success. Any ideas what's wrong?.
EDIT: f876171 building from this commit seems to solve this issue. However, it's still not working in the latest master branch