pushkin-consortium / pushkin-cli

A CLI designed to facilitate the setup process of a Pushkin stack
MIT License
0 stars 4 forks source link

Error running pushkin install (site) in Pushkin 0.9.0 - appears to be a release issue? #68

Closed conbainbridge closed 4 years ago

conbainbridge commented 4 years ago
Screen Shot 2020-07-24 at 9 46 23 AM
jkhartshorne commented 4 years ago

@conbainbridge try it now.

There was a problem with the zip file for the most recent site release. To make a release, you need to upload a zip of the repo called "Archive.zip". You can see from this screenshot that it wasn't uploaded successfully:

Screen Shot 2020-07-24 at 1 43 19 PM

Incidentally, the problem we were having before with the "__Mac" files was from how the archive was made. If you make it in Finder, you get those extra Mac files. Here's the procedure:

  1. Download the repo as a zip file. (You could use your local copy, but you have to make sure to exclude all the node_packages and build folders; easier to just download clean.)

  2. Go into terminal and unzip the file (unzip [filename]). Then cd into the folder and run zip -r Archive.zip *. Then go to Github and make a new version. In choosing a release number, be sure to use semantic versioning (there's a link from the 'make a release' page). Be sure to attach Archive.zip.

Connie - can you please update the advanced/developer docs with this information? Then assign me the pull request so I can make any edits? Thanks!

conbainbridge commented 4 years ago

@jkhartshorne Now I'm getting an error on Pushkin start (appears to be an error yarn throws), not sure if this is related so commenting on this issue for now!

Screen Shot 2020-07-24 at 4 29 21 PM
jkhartshorne commented 4 years ago

This is for a self-paced reading experiment? Have you updated that experiment template to take advantage of yalc? The change to yalc was actually specifically to deal with this issue, and I haven't seen it since.

On Fri, Jul 24, 2020 at 4:33 PM Connie notifications@github.com wrote:

@jkhartshorne https://github.com/jkhartshorne Now I'm getting an error on Pushkin start (appears to be an error yarn throws), not sure if this is related so commenting on this issue for now! [image: Screen Shot 2020-07-24 at 4 29 21 PM] https://user-images.githubusercontent.com/37002158/88433042-5b2dba00-cdcb-11ea-820e-6c316167a0d0.png

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/pushkin-consortium/pushkin-cli/issues/68#issuecomment-663722393, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABOVVYY5UZOQP5TZ56M6WPTR5HVZXANCNFSM4PG4QLEQ .

conbainbridge commented 4 years ago

Yep, this issue is no longer coming up for me! I'll double check I don't have other outstanding issues open that were before all the updates.