Artem Kovalchuk

Results 9 comments of Artem Kovalchuk

I am using Chrome 76 (the latest) with clean `react-create-app` build.

I also have problems with the package config. NPM scripts failed with errors. I think the package should be updated.

Thank you! You can also try using percentage

The issue occurs from 6.0.7

@sbaechler Thank you! The issue is solved.

Have the same error and it also appears on -l command

Having the same issue after upgrading from version 8.5.0

Fixed by adding the following lines to webpack.config.js: ``` resolve: { extensions: ['.js', '.json', '.wasm'], fallback: { fs: false, path: require.resolve('path-browserify'), }, } ``` You also need to install `path-browserify`...