Closed oh-cheezburgers closed 7 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!
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
Thanks for the reply. Better but still getting problems with being unable to import the components folder.
New error log attached: error.txt
@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?
I've tried installing it within a Linux-based disto, new errors.
Would you be able to supply compiled js/css files?
Sure, please email me: luke at lukeed.com
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.
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.
Chrome's console shows all CSS files and the bee3D.js file as missing.
Running Node.js v6.9.1 with NPM v3.1.0.
Output from the cmd window can be found below: error.txt