lukeed / bee3d

Support Forum for Bee3D Slider, found @ http://www.lukeed.com/demo/bee3D
MIT License
7 stars 2 forks source link

Downloaded Plugin is not working #61

Closed tiffanygct closed 6 years ago

tiffanygct commented 6 years ago

Hi,

The downloaded plugin which I had purchased last week is not working. I had tried to launched "index.html" from src folder and it is not loading.

What are the steps that I have missed?

Regards.

lukeed commented 6 years ago

Hey there!

You have to install the local dependencies and build the actual files. The source files are not browser-compatible & instead are in developer language for ease of use.

There's a development guide here: https://github.com/lukeed/bee3d/wiki/Development

tiffanygct commented 6 years ago

Hi,

Thank you for the reply.

After i run "npm install", I have the following errors that prevent me to build:

30718 error code ELIFECYCLE 30719 error errno 1 30720 error node-sass@3.13.1 postinstall: node scripts/build.js 30720 error Exit status 1 30721 error Failed at the node-sass@3.13.1 postinstall script. 30721 error This is probably not a problem with npm. There is likely additional logging output above. 30722 verbose exit [ 1, true ]

lukeed commented 6 years ago

What version of Node are you running? (node -v) And where is your Node located? (which node)

tiffanygct commented 6 years ago

I'm running v8.9.4 and it is located at C drive > Program Files.

lukeed commented 6 years ago

Sorry, no experience with Windows but i know npm & Windows don't always get along 😖 I'd look thru here for possible solutions: https://github.com/sass/node-sass/issues/1980

Seems like it's like a permissions thing.

tiffanygct commented 6 years ago

The requirement in "Development" wiki does not stated that it requires Linux to install relevant components for sliders.

I refer to the link that you shared, none of the solutions work for me.

Any idea how to resolve it?

lukeed commented 6 years ago

It doesn't require Linux -- I've built Bee3D (and many other SASS-based projects) on a Windows machine. It's just that it's been so long ago that I can't remember the correct permissions you need.

I can send you the compiled CSS if you'd like, but other than that, the best I can do is link out other Windows + NPM guides.

tiffanygct commented 6 years ago

Complied CSS does not require node install?

lukeed commented 6 years ago

Nope~! Here's all the built, uncompressed files: dist.zip

tiffanygct commented 6 years ago

Thanks, it's working perfectly.

Sorry, I have one more question. How to move demo text below the box?

Thank you.

lukeed commented 6 years ago

Sorry, I just realized that I sent you the dist folder without all the example HTML files included 🙈

This one has all the pre-built HTML, so you don't have to rely on the demo at all: dist-updated.zip