

what should i do?
my nodejs(v12.3.1) and source code are all newest.
Me too, no one knows how to solve it?
I met the same problem since I tried to get the newest version.

me2!!!
me 2
I brought the folder node_modules from my colleague, then it work well.


I brought the folder node_modules from my colleague, then it work well.
I guess that some of the npm dependence should be the old version
@wenxy @wwfnba45 @lucky2009 @chenmonster @chaojimct
I managed to solve this issue by downgrading version under package.json and details are listed as following:-
@@"react-intl": "2.8.0",
"scratch-l10n": "3.1.20181220222259"
@wenxy @wwfnba45 @lucky2009 @chenmonster @chaojimct
I managed to solve this issue by downgrading version under package.json and details are listed as following:-
@@"react-intl": "2.8.0",
"scratch-l10n": "3.1.20181220222259"
I did like this and "run start" success! thx

@p0562153 I try and it works ok, thx!
@p0562153 thanks a lot!!
Most helpful comment
@wenxy @wwfnba45 @lucky2009 @chenmonster @chaojimct
I managed to solve this issue by downgrading version under package.json and details are listed as following:-
@@"react-intl": "2.8.0",
"scratch-l10n": "3.1.20181220222259"