lukeed / bee3d

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

styles failed due to Error: File to import not found or unreadable: components/* e sheet: E:/bee3d-slider/bee3D.sass #37

Closed oh-cheezburgers closed 7 years ago

oh-cheezburgers commented 8 years ago

I'm having trouble getting Bee3D to work, after installing when running 'npm run fly' I get the error message 'Error: File to import not found or unreadable: components/* Parent style sheet E:/bee3d-slider/bee3D.sass'

When running in a browser the slider does not render, only showing numbers.

screenshot 2016-11-03 11 04 37

Chrome's console shows all CSS files and the bee3D.js file as missing.

screenshot 2016-11-03 11 06 03

Running Node.js v6.9.1 with NPM v3.1.0.

Output from the cmd window can be found below: error.txt

lukeed commented 8 years ago

Ah, shoot. I need to post an update to Envato with a shrink wrap of the build tools.

The packages are resolving to versions that aren't fully compatible anymore. I'll send you the shrink wrap first, circa 20m.

Thanks!

lukeed commented 8 years ago

Place this file in your project's root (next to the package.json file) then rename it to npm-shrinkwrap.json.

It's currently .txt so that I could upload it to GitHub: npm-shrinkwrap.txt

oh-cheezburgers commented 8 years ago

Thanks for the reply. Better but still getting problems with being unable to import the components folder.

New error log attached: error.txt

lukeed commented 8 years ago

@oh-cheezburgers Hm.... you have that file correct?

Try renaming components/_*.sass to components/_all.sass (or whatever) and then update the @import path. You may have to do this for each @import that contains a *

I have no idea why this would be happening, and I can't replicate it. Are you on Windows by chance?

oh-cheezburgers commented 8 years ago

I've tried installing it within a Linux-based disto, new errors.

Would you be able to supply compiled js/css files?

npm-debug.txt

lukeed commented 8 years ago

Sure, please email me: luke at lukeed.com

lukeed commented 7 years ago

Never got an email from you 😢

Happy to help, but need more info. There's also been updated versions since this issue was opened. They should have solved this issue.