Web3.js: npm WARN deprecated [email protected]: 鈿狅笍 WARNING 鈿狅笍 tar.gz module has been deprecated and your application is vulnerable.

Created on 14 Nov 2017  路  5Comments  路  Source: ChainSafe/web3.js

I get this warning while installing web3

npm WARN deprecated [email protected]: 鈿狅笍 WARNING 鈿狅笍 tar.gz module has been deprecated and your application is vulnerable. Please use tar module instead: https://npmjs.com/tar

I'd consider updating the dependencies.

Cheers!

Most helpful comment

This is caused by swarm-js not web3. Issue has been raised on that repo (https://github.com/MaiaVictor/swarm-js/issues/10) so this can be closed.

All 5 comments

I'm getting this:

$ npm list -prod

npm ERR! missing: tar.gz@^1.0.5, required by [email protected]
npm ERR! missing: websocket@git://github.com/frozeman/WebSocket-Node.git#browserifyCompatible, required by [email protected]

fails to build

This is caused by swarm-js not web3. Issue has been raised on that repo (https://github.com/MaiaVictor/swarm-js/issues/10) so this can be closed.

+1

Please change the dependency of swarm-js from 37 to 39.
Swarm-js has already been updated.

Thanks

@tim-coin this is already done but not released (PR #2000)

Was this page helpful?
0 / 5 - 0 ratings