Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setup problem #15

Open
carloscarcamo opened this issue Jun 8, 2016 · 9 comments
Open

Setup problem #15

carloscarcamo opened this issue Jun 8, 2016 · 9 comments

Comments

@carloscarcamo
Copy link

Hello, I was trying to build the project and I got this:

$ gulp build
fs.js:808
  return binding.readdir(pathModule._makeLong(path));
                 ^

Error: ENOENT: no such file or directory, scandir '/home/user/dashboard/node_modules/gulp-sass/node_modules/node-sass/vendor'
    at Error (native)
    at Object.fs.readdirSync (fs.js:808:18)
    at Object.getInstalledBinaries (/home/userdashboard/node_modules/gulp-sass/node_modules/node-sass/lib/extensions.js:74:13)
    at foundBinariesList (/home/user/dashboard/node_modules/gulp-sass/node_modules/node-sass/lib/errors.js:20:15)
    at foundBinaries (/home/user/dashboard/node_modules/gulp-sass/node_modules/node-sass/lib/errors.js:15:5)
    at Object.module.exports.missingBinary (/home/user/dashboard/node_modules/gulp-sass/node_modules/node-sass/lib/errors.js:45:5)
    at Object.<anonymous> (/home/user/dashboard/node_modules/gulp-sass/node_modules/node-sass/lib/index.js:14:28)
    at Module._compile (module.js:409:26)
    at Object.Module._extensions..js (module.js:416:10)
    at Module.load (module.js:343:32)

System info:

  • Ubuntu 14.04
  • Node v4.4.5
  • npm 2.15.5

any thoughts? thanks in advance.

@randrianov
Copy link
Member

Operating system? Windows?

@carloscarcamo
Copy link
Author

carloscarcamo commented Jun 10, 2016

Ubuntu Linux 14.04

@the4ndy
Copy link

the4ndy commented Jun 20, 2016

Can you make releases or downloadable Zips of the flat HTML, CSS, and JS files? can it be run on webserver without Node, Gulp, etc?

@randrianov
Copy link
Member

@the4ndy look our release here https://github.com/CreativeIT/material-dashboard-lite/releases/tag/v1.0.0-b inside you will find 'dist' folder, exactly what you asked for.

@franckevva
Copy link
Contributor

Hey, @carloscarcamo
I can't reproduce your problem.
My system info: Ubuntu 15.10, Node v4.4.5, npm 2.15.5
Try to remove all node_modules and install it one more.

You have a problem with gulp-sass. Look on this point.

@claudioc
Copy link

I have the same problem, with the same configuration (Ubu 14.04)

Apparently the vendor directory is missing, not created, and readdir fails.

@ghost
Copy link

ghost commented Oct 2, 2018

same problem (arch)

@redaawad622
Copy link

from package.json change gulp-sass and node-sass version to :

"gulp-sass": "4.0.2",
"node-sass": "^4.12.0"

then run :
npm install

gulp build

@dieseld23
Copy link

make sure you're also using node v12 or less

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants