Skip to content
This repository was archived by the owner on Jul 24, 2024. It is now read-only.
This repository was archived by the owner on Jul 24, 2024. It is now read-only.

Error: ENOENT: no such file or directory, scandir '...../node_modules/node-sass/vendor' #2853

@averyhere

Description

@averyhere

I've tried every "solution" on the internet and no matter what I can't get this to work. What am I missing?

node -v: v12.16.1
npm -v: 6.13.4

package.json:

{
  "name": "collaboratemd.com",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "build": "gulp sass"
  },
  "devDependencies": {
    "gulp": "^4",
    "gulp-sass": "^3.1.0",
    "gulp-sourcemaps": "^2.6.0"
  }
}

I've tried rebuilding node-sass, I've tried sudo npm install, I've tried file permissions, I've tried various versions of NPM, Node, and Gulp, nothing. Please help this is killing me!!!

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions