-
Notifications
You must be signed in to change notification settings - Fork 1.2k
multiaddr dependency missing #140
Comments
WebPack uses peerDependencies (unfortuantely) and so it conflicts with a older version that you might have installed globally. Do |
Do you still see that issue? |
No unfortunately. Webpack was installed globally but after removal and install locally resulted in the same error message as follows.
the error is not critical everything seems to work anyway. However the missing 'multiaddr' stops you from |
We've updated the master branch to have multiaddr as a dep. On the Webpack issue, which npm version are you using? |
it says in the error message |
@vijayee you will need npm 3 to work with Webpack. run |
@vijayee any update here? All good? |
As we can't reproduce, I'm closing this one. Let us know if you run into the issue again. |
The 'multiaddr' module seems to be missing from the dependency list causing failure when executing 'IPFS()'. Also of note there appears to be a failing peerDependency of karma-webpack on an older version webpack.
The text was updated successfully, but these errors were encountered: