scratchfoundation / scratch-gui

Graphical User Interface for creating and running Scratch 3.0 projects.
https://scratchfoundation.github.io/scratch-gui/develop/
BSD 3-Clause "New" or "Revised" License
4.47k stars 3.57k forks source link

npm start error !! [React Intl] `undefined()` must be called with an object expression with values that are React Intl Message Descriptors, also defined as object expressions. #4859

Open chaojimct opened 5 years ago

chaojimct commented 5 years ago

image image

what should i do?

my nodejs(v12.3.1) and source code are all newest.

chenmonster commented 5 years ago

Me too, no one knows how to solve it?

wwfnba45 commented 5 years ago

I met the same problem since I tried to get the newest version.

lucky2009 commented 5 years ago

image

me2!!!

wenxy commented 5 years ago

me 2

chenmonster commented 5 years ago

I brought the folder node_modules from my colleague, then it work well. image image

wwfnba45 commented 5 years ago

I brought the folder node_modules from my colleague, then it work well. image image

I guess that some of the npm dependence should be the old version

p0562153 commented 5 years ago

@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"

chaojimct commented 5 years ago

@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 image

lucky2009 commented 5 years ago

@p0562153 I try and it works ok, thx!

wwfnba45 commented 5 years ago

@p0562153 thanks a lot!!