Zulko / eagle.js

A hackable slideshow framework built with Vue.js
https://zulko.github.io/eaglejs-demo/
ISC License
4.08k stars 222 forks source link

npm run dev -> for demo #34

Closed Bear4 closed 6 years ago

Bear4 commented 6 years ago

error in ./src/slideshows/themes-slideshow/ThemesSlideshow.vue error in ./src/slideshows/introducing-eagle/AwesomeInsertedSlide.vue error in ./src/slideshows/introducing-eagle/FiguresSlide.vue error in ./src/slideshows/eagle-recipes/DemoSlideshow.vue error in ./src/slideshows/introducing-eagle/components/EndCredits.vue error in ./src/slideshows/introducing-eagle/AwesomeEmbeddedSlideshow.vue ... Module build failed: Error: Cannot find module 'node-sass'
And erron on browser http://localhost:8080/ Cannot GET/

Zulko commented 6 years ago

I don't get it and I don't have much time to work on it. Is the demo repo broken ?

Bear4 commented 6 years ago

Seems to lack of 'node-sass' module ...

yaodingyd commented 6 years ago

@Bear4 Your node-sass installment fails for reason not listed here in your issue. Try reinstall node-sass:

npm install node-sass

If this fails too, try

npm install node-sass --no-bin-links

You can also delete your package-lock.json and node_modules and re-install whole dependencies.

Zulko commented 6 years ago

I'm not sure I get it, shouldn't "node-sass" be installed when running eagle's "npm install" ?

yaodingyd commented 6 years ago

@Bear4 If you still running into trouble setting up the demo project, please open up new issue here.