Forum Discussion
Nigel_Price9911
Dec 10, 2017Iron Contributor
Upgrading a spfx project from Yeoman 1.3.4 to 1.4.0 causes code notto compile
Hi
I have tried to upgrade a SPFx project from Yeoman 1.3.4 to 1.4.0 as a result of this React is upgraded from version 14 to version 15.6.
As a result my code ahs gone from working to not wo...
Russell Gove
Dec 12, 2017Iron Contributor
hey, nigel.
this worked for me:
create a new 1.4 projects
copy all the sp-* and react items from the new 1.4 project to my project.
delete node_modules
install @types/es6-collections
npm i
i'm sure i missed a few steps in there
this worked for me:
create a new 1.4 projects
copy all the sp-* and react items from the new 1.4 project to my project.
delete node_modules
install @types/es6-collections
npm i
i'm sure i missed a few steps in there
Nigel_Price9911
Dec 21, 2017Iron Contributor
Hi Russell
i have just re-read your response.
it looks as if you create the 1.4.0 project and then copy the bits you want from the newly created project to your existing project.
is that correct ?
Regards
Nigel