johnagan / crx-webpack-plugin

A webpack plugin to package chrome extensions (crx) post build
MIT License
25 stars 23 forks source link

Outdated crx warning #2

Closed sidoruk-sv closed 7 years ago

sidoruk-sv commented 8 years ago

When installing this plugin, got

deprecated crx@3.0.4: crx@3.2.0 now let you select a list of files and do not rely on temporary folder to pack your ZIP or CRX. Please upgrade! :-)
monolithed commented 7 years ago

+1

(node:83454) DeprecationWarning: Using Buffer without `new` will soon stop working. Use `new Buffer()`, or preferably `Buffer.from()`, `Buffer.allocUnsafe()` or `Buffer.alloc()` instead.
(node:83454) DeprecationWarning: Calling an asynchronous function without callback is deprecated.
(node:83454) DeprecationWarning: Calling an asynchronous function without callback is deprecated.
johnagan commented 7 years ago

fixed in 0.1.5

bartsmykla commented 7 years ago

I'm still receiving this warning:

(node:77902) DeprecationWarning: Calling an asynchronous function without callback is deprecated.
(node:77902) DeprecationWarning: Calling an asynchronous function without callback is deprecated.

in "crx-webpack-plugin": "^0.1.5",

sidoruk-sv commented 7 years ago

@tranotheron maybe try to remove node_modules folder rm -rf node_modules and do npm cache clean, after that reinstall packages. I tried this and no warnings appeared on 0.1.5