coryhouse / pluralsight-redux-starter

Completed Dev Environment for "Building Applications with React and Redux" on Pluralsight
https://app.pluralsight.com/library/courses/react-redux-react-router-es6/
1.27k stars 914 forks source link

npm start: provided an invalid property of "name" #74

Closed michelemendel closed 5 years ago

michelemendel commented 7 years ago

After working with a copy of this project, I suddenly got an error trying to run the application. The error is described here https://github.com/babel/minify/issues/205.

Solution: Upgraded babel-cli and babel-core

coryhouse commented 7 years ago

Thanks for reporting! Did this issue happen when running the exact versions I specified in the course? If so, can you share your OS, Node, and npm versions?

Does this issue happen for you with the final course exercise that's provided under "Exercise files" on the course page?

stanimirtt commented 7 years ago

Updating to "babel-cli": "6.14.0", "babel-core": "6.14.0", Resolve it.

zmetcalf commented 7 years ago

Thanks for posting the fix @stanimirtt and @michelemendel for linking it to the other post. It helped me on another project. Have a great day all!

michelemendel commented 7 years ago

Hi,

Yes, I tried the demo (final course exercise) in the exercise file and also the code in https://github.com/wags/react-redux-es6 (which I guess are the same, but I haven't checked). The strange thing is that it worked yesterday and this morning, and then suddenly stopped working. I haven't changed anything.

This is on MacOS 10.12.6, Node 8.2.1, npm 5.3.0

On Thu, Aug 17, 2017 at 1:35 PM, Cory House notifications@github.com wrote:

Thanks for reporting! Did this issue happen when running the exact versions I specified in the course? If so, can you share your OS, Node, and npm versions?

Does this issue happen for you with the final course exercise that's provided under "Exercise files" on the course page?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/coryhouse/pluralsight-redux-starter/issues/74#issuecomment-323045230, or mute the thread https://github.com/notifications/unsubscribe-auth/AAA2u5GcNCiN5uwtazHOM5nbW9uf6pHvks5sZCVngaJpZM4O50Vm .

coryhouse commented 7 years ago

I've tried the final exercise published on the course with Mac OS, Node 8.3 npm 5.3 and everything works fine for me.

Does this issue happen for you with the final course exercise that's provided under "Exercise files" on the course page?

michelemendel commented 7 years ago

Yes

On Tue, Aug 22, 2017 at 2:46 PM, Cory House notifications@github.com wrote:

I've tried the final exercise published on the course with Mac OS, Node 8.3 npm 5.3 and everything works fine for me.

Does this issue happen for you with the final course exercise that's provided under "Exercise files" on the course page?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/coryhouse/pluralsight-redux-starter/issues/74#issuecomment-324015046, or mute the thread https://github.com/notifications/unsubscribe-auth/AAA2u0v17rO9E_rSz_jE-AIwYmIhLZ-cks5sas2egaJpZM4O50Vm .

michelemendel commented 6 years ago

Hi,

I am working as a consultant for a government organisation, and I have used your starter-kit for a react-redux-typescript starter-kit for some projects. I made many changes to make it fit our needs. The applications will mostly be used in-house and not for any commercial purposes.

For a small learning project at Ciber, we may also use the adapted starter-kit.

The adapted starter-kit is at Github, https://github.com/michelemendel/react-redux-starter-kit.

If the above usage, as described above, would be any problems for you, please tell me.

Regards,

Michele Mendel System Developer, JavaScript & frontend

+47 414 59 590 mailto:michele.mendel@ciber.no http://www.ciber.no/

On Tue, Aug 22, 2017 at 9:49 PM, michele mendel michelemendel@gmail.com wrote:

Yes

On Tue, Aug 22, 2017 at 2:46 PM, Cory House notifications@github.com wrote:

I've tried the final exercise published on the course with Mac OS, Node 8.3 npm 5.3 and everything works fine for me.

Does this issue happen for you with the final course exercise that's provided under "Exercise files" on the course page?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/coryhouse/pluralsight-redux-starter/issues/74#issuecomment-324015046, or mute the thread https://github.com/notifications/unsubscribe-auth/AAA2u0v17rO9E_rSz_jE-AIwYmIhLZ-cks5sas2egaJpZM4O50Vm .

coryhouse commented 6 years ago

Hi Michele - No problem! Glad it's been helpful!

coryhouse commented 5 years ago

Closing since the new version of the course uses newer versions which should no longer have this issue.