Open simzha19 opened 6 years ago
As I understand, the commands and bin/setup
file works only in *nix systems. You'll have to modify them for windows.
Open the package.json
file then
change the fourth line "setup": "bin/setup"
to "setup": "sh bin/setup"
Do the same thing on the deploy command
Might want to add to @nastareater's comment that you can't run sh bin/setup
through the standard Windows cmd
, but rather the Git Bash
terminal that is automatically installed together with git
for Windows (at least that was my experience)
So I installed Ruby, Ruby Gem, the Ruby Devkit, Jekyll, and Node. Using the Git Bash, I went into the corresponding folder and ran npm run setup and this returned:
The log file is here:
As such, I'm having trouble getting the files setup.