react-news icon indicating copy to clipboard operation
react-news copied to clipboard

Can't browse the app

Open karimal opened this issue 9 years ago • 7 comments

Hello, I was trying to build the app and added my firebase url, but I got the error:- TypeError: Path must be a string. Received undefined any idea what is this about?

Thanks.

karimal avatar Oct 15 '16 22:10 karimal

@karimal ,#32, I got the same problem ,have you solved this problem yet?

videni avatar Oct 24 '16 11:10 videni

@videni No, didn't manage to solve it.

karimal avatar Oct 24 '16 11:10 karimal

@karimal , install node 5

videni avatar Oct 24 '16 12:10 videni

@karimal , do find any other simple reactJs app demo? it seems this project is not actively maintained

videni avatar Oct 26 '16 02:10 videni

change the pattern of writting the file source. Dont use glob pattern. Remove the path.join & write path: __dirname + '/dist' & add new HtmlWebpackPlugin({ title: 'react-news', filename: 'index.html', template: 'src/index.html', scriptFilename: 'app.js' })

codersguild avatar Jul 20 '17 17:07 codersguild

@SpawnTree Thank you buddy!

Martian2Lee avatar Aug 29 '17 08:08 Martian2Lee

Which File did you change this?

Michael-Reich avatar Sep 14 '17 15:09 Michael-Reich