krambuhl / hairy-machete

0 stars 0 forks source link

dependencies halts first build #1

Open drolsen opened 7 years ago

drolsen commented 7 years ago

Had a few mins this evening to check this out a bit prior to our meeting Friday. I had two issues getting NPM to install dependencies; first was about cssreset being declared twice:

image

I was able to get around this by simply removing it from the dev dependencies and leaving it as a dependencies.

The second was about gulp version or url ("github:gulpjs/gulp#4.0"). Looks like you were trying to pull down a 4.0 version (assume beta), but it was npm unable to find anything. I changed to to 3.9.1 and I've gotten things up it looks like.

krambuhl commented 7 years ago

I fixed the dependency issue with cssreset and changes the way the gulp 4.0 is getting depended. Give that a go when you have a moment.

krambuhl commented 7 years ago

also try using npm run build do the post-webpack cleanup and npm run watch to run the dev server at http://localhost:8080

krambuhl commented 7 years ago

I'm going to change the gulp system to use 3.9, which is the same version that https://github.com/connectivedx/legendary-pancake is using. This will require run-sequence instead of gulp 4's sequencing logic, nbd. I'll comment when complete.

krambuhl commented 7 years ago

alright this should be resolved, @devinrayolsen give this a pull and try npm run build (You'll need to run an npm install beforehand)