kentcdodds / the-webs-next-transition

Other
256 stars 26 forks source link

CP Command is not recognized as an internal or external command (Windows) #2

Open Magefo opened 1 year ago

Magefo commented 1 year ago

Hi Kent,

i've just found an issue trying to run the project on windows, it seems that cp command used in apps/02-pempa/package.json postinstall script is not working.

image

y manually replaced by

copy .\\node_modules\\jquery\\dist\\jquery.min.js .\\public\\jquery.min.js

and the setup ran without errors

laSinteZ commented 1 year ago

Hey @Magefo I've tried to solve the issue (fix is merged to master), could you test it at Windows please? (it's possible that I've missed something...)