jecovier / vue-json-excel

MIT License
687 stars 168 forks source link

Cannot install using npm #132

Open VinceSanityyy opened 4 years ago

VinceSanityyy commented 4 years ago

I tried to run npm install vue-json-excel in my laravel project but it gets me an message of

├── UNMET PEER DEPENDENCY fibers@>= 3.1.0
├── UNMET PEER DEPENDENCY node-sass@^4.0.0
└── vue-json-excel@0.2.98  extraneous

npm WARN sass-loader@8.0.2 requires a peer of fibers@>= 3.1.0 but none was installed.
npm WARN sass-loader@8.0.2 requires a peer of node-sass@^4.0.0 but none was installed.

But in my package.json i got sass-loader

    "sass": "^1.20.1",
    "sass-loader": "^8.0.0",

Do i need to install node-sass@^4.0.0 and fibers@>= 3.1.0?

Laravel version: 6.x Vue version: 2.5.17

jecovier commented 4 years ago

hi @VinceSanityyy sorry for the late response. This component doesn't use Sass at all, and neither its dependency... I try to reproduce the error with a fresh laravel installation, but i does not show this error. Could you give more details about it?