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: Cannot find module './logo512.png' #53

Closed conbainbridge closed 4 years ago

conbainbridge commented 4 years ago

@jkhartshorne I'm consistently running into the issue with logo512.png being piped in as the logo for the experiments, and despite moving a copy to the assets/images/quiz folder, additionally updating the individual experiment config files, and re-running pushkin prep after armageddon, it still insists "Error: Cannot find module './logo512.png'". Not sure if this is why, but the experiments.js file doesn't get information piped in like it did before: is this now expected behavior? Any thoughts on what else I might need to edit to fix this?

Attached is what I see at localhost:

Screen Shot 2020-07-01 at 1 40 15 PM
jkhartshorne commented 4 years ago

That is not expected. I’ll have to look into that.

On Jul 1, 2020, at 1:45 PM, Connie notifications@github.com wrote:

@jkhartshorne https://github.com/jkhartshorne I'm consistently running into the issue with logo512.png being piped in as the logo for the experiments, and despite moving a copy to the assets/images/quiz folder, additionally updating the individual experiment config files, and re-running pushkin prep after armageddon, it still insists "Error: Cannot find module './logo512.png'". Not sure if this is why, but the experiments.js file doesn't get information piped in like it did before: is this now expected behavior? Any thoughts on what else I might need to edit to fix this?

Attached is what I see at localhost: https://user-images.githubusercontent.com/37002158/86275199-e89d3600-bba0-11ea-9be8-5e98fb702b44.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/53, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABOVVY2YQJQG4AS3OOFRDV3RZNY2DANCNFSM4ONVFVMQ.

jkhartshorne commented 4 years ago

The CLI has been updated. It should work now.