chrome-react-seo-extension icon indicating copy to clipboard operation
chrome-react-seo-extension copied to clipboard

'craco start' script does not work.

Open Rickyoung221 opened this issue 3 years ago • 4 comments

A error will be shown:

REAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
This is no longer the case. Verify if you need this module and configure a polyfill for it.

Even fix this error, still cannot render the popup page in the localhost, development mode.

Rickyoung221 avatar Apr 18 '22 12:04 Rickyoung221

that's strange, did you upgrade CRA to 5?

jcmartinezdev avatar May 31 '22 19:05 jcmartinezdev

yes

Rickyoung221 avatar Jun 01 '22 15:06 Rickyoung221

The same error occurs when using node v17.4.0. Changing node v16.14 has solved.

DevooKim avatar Jun 01 '22 16:06 DevooKim

There are issues with Craco and CRA 5 (or react scripts 5), https://github.com/gsoft-inc/craco/issues/378

Until that gets fixed I can't upgrade all the dependencies on the project, it is quite unfortunate, hopefully, we can resolve those soon.

I'll keep this open in the hope of news on that, once all is fixed I'll upgrade the dependencies and resolve this issue.

Thanks

jcmartinezdev avatar Jun 02 '22 07:06 jcmartinezdev