-
Notifications
You must be signed in to change notification settings - Fork 1.2k
about example ipfs-101 #977
Comments
Looks like that is a new npm feature. more info here: http://thisdavej.com/node-newbie-error-npm-refusing-to-install-package-as-a-dependency-of-itself/ Try doing npm init inside that folder and check if it works. If that is the case, I'll add a package.json to the example. |
@kappabooom my bad. Fixed in https://github.com/ipfs/js-ipfs/pull/982/files Let me know if it works for you! :) |
thanks! it work!!! |
@diasdavid I have another question. In example ipfs-101, did I really put the file on the distributed web? because I can cat hello.txt on |
yes, you really shared a file to the distributed web :) if this was the first, congratulations! 🎉 When you add another file to IPFS, do you leave your node running? Remember, IPFS is not like Cloud Storage, it is a FileSystem that uses Content Addressing to find data on the network, but it doesn't replicate data automatically for you, you need to ensure there are copies accessible. |
@diasdavid I am not sure that did I keep my node on,but I vim 1.js |
Type: Question
Severity: medium
Description:
I operated the ipfs-101 by the tutorials, but when I key
npm install ipfs async
, the error appearSteps to reproduce the error:
The text was updated successfully, but these errors were encountered: