error when running pushkin prep #88
-
|
Hi there, I am going through the pushkin quickstart and ran into the error below when using the pushikin prep command. Any ideas? I am running on Terminal on a mac and went through the installation guide with no errors. Many thanks in advance! Chiara Unknown-8c:85:90:90:b1:aa:pushkin_quickstart chiara$ pushkin prep |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 3 replies
-
|
Hello, On Macs, there is a hidden file type called .DS_Store that appears when files are moved around using finder - unfortunately, when a .DS_Store file pops up in the wrong place it can cause issues. I would first try removing any .DS_Store files you can find in your pushkin site repository, then try running Hope this helps! |
Beta Was this translation helpful? Give feedback.
-
|
@chiara-gambi Sorry about that. Those .DS_Store's are the bane of any programmer's existence. I think I can write a work-around to prevent that from happening in the future. I'll put that on our todos. |
Beta Was this translation helpful? Give feedback.
-
|
Hi @chiara-gambi ! I just wanted to check in to see how Pushkin has been going for you. The Pushkin team is online today answering questions so if there's anything you need help with please let us know! |
Beta Was this translation helpful? Give feedback.
-
|
Hi and apologies for late reply! Unfortunately I could not make the final
Q&A, but thank you very much for all your help! Chiara
…On Thu, Oct 1, 2020 at 9:05 PM restmegan ***@***.***> wrote:
Hi @chiara-gambi <https://github.com/chiara-gambi> ! I just wanted to
check in to see how Pushkin has been going for you. The Pushkin team is
online today answering questions so if there's anything you need help with
please let us know!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#88 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB46FVW5ZEHV4QMV5P4PA3LSITOJXANCNFSM4PUVGJOQ>
.
|
Beta Was this translation helpful? Give feedback.
Hello,
On Macs, there is a hidden file type called .DS_Store that appears when files are moved around using finder - unfortunately, when a .DS_Store file pops up in the wrong place it can cause issues.
I would first try removing any .DS_Store files you can find in your pushkin site repository, then try running
pushkin prepagain. To see the .DS_Store files in finder, you will have to set it to show hidden files - the keyboard shortcut for this iscommand + shift + .If this fails, there's a chance you may need to start a new pushkin site as the .DS_Store file may have contaminated some complicated build files. Ideally, you will want to try again sticking to the command line or your code …