Skip to content
This repository has been archived by the owner on Sep 24, 2020. It is now read-only.

Gulp commands is not work #39

Open
iagobruno opened this issue Jun 1, 2018 · 2 comments
Open

Gulp commands is not work #39

iagobruno opened this issue Jun 1, 2018 · 2 comments

Comments

@iagobruno
Copy link

iagobruno commented Jun 1, 2018

I followed the installation steps described in the README but the gulp commands do not work.

First after installation node tools/install it gave an error saying that the module "browser-sync" was not found but was solved by installing the packages of the tools folder (this was not described in the README).

But now none of the "build", "develop", "update" commands are working:

image

I don't know if you have the time or interest in fixing this error but would like to use your project because it was the simplest and most complete I found.

@iagobruno
Copy link
Author

I tried to use the "gulp" command in the tools folder and it worked, BUT I did not find the '/build' folder that was to be generated with the final files :/

image
image

@dave-newson
Copy link

I wanted to compile the included sample just to take it for a spin and ran into the same problem. I managed to "solve" it after a quick pick at the gulp files.

To get this working on Windows I did the following:

  • Clone the repo
  • yarn install (npm failed on binaries)
  • rename the install directory to src
  • yarn gulp (produces an error)
  • yarn gulp (succeeds)
  • yarn gulp serve

I don't understand enough of this project yet to hazard a guess at the two gulp-related errors, or if renaming the directory is the "right thing to do".

I guess it would be nice if:

  • There were instructions for getting the sample site running
  • It worked first time without errors.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants