wwwaiser / react-js-pagination

http://vayser.github.io/react-js-pagination
Creative Commons Zero v1.0 Universal
353 stars 95 forks source link

Npm install Fails #106

Open QGaganSuneja opened 4 years ago

QGaganSuneja commented 4 years ago

node-sass@4.13.0 install /home/gagan/Documents/DAF_ONLINE_TRAINING/DFA_TRAINING_PROJECT/DEF_SOURCE_CODE/frontend/node_modules/node-sass node scripts/install.js

internal/modules/cjs/loader.js:783 throw err; ^

Error: Cannot find module 'mkdirp' Require stack:

npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! node-sass@4.13.0 install: node scripts/install.js npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the node-sass@4.13.0 install script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in: npm ERR! /home/gagan/.npm/_logs/2020-04-17T19_28_50_862Z-debug.log

QGaganSuneja commented 4 years ago

After install mkdirp manually It gives error for glob package

My package json Adding react-js-pagination to this gives error "dependencies": { "@babel/runtime": "^7.9.2", "axios": "^0.19.0-beta.1", "moment": "^2.24.0", "react": "^16.12.0", "react-dom": "^16.12.0", "react-redux": "^7.1.3", "react-router-dom": "^5.1.2", "redux": "^4.0.5", "redux-devtools-extension": "^2.13.8", "redux-thunk": "^2.3.0", "video-react": "^0.14.1" }, "devDependencies": { "@babel/core": "^7.7.2", "@babel/plugin-proposal-class-properties": "^7.8.3", "@babel/plugin-transform-runtime": "^7.9.0", "@babel/preset-env": "^7.7.1", "@babel/preset-react": "^7.7.0", "@babel/preset-stage-2": "^7.0.0", "babel-core": "^6.26.3", "babel-loader": "^8.0.6", "babel-preset-env": "^1.7.0", "copy-webpack-plugin": "^5.0.5", "css-loader": "^3.2.0", "extract-text-webpack-plugin": "^3.0.2", "file-loader": "^5.0.2", "html-loader": "^0.5.5", "html-webpack-plugin": "^3.2.0", "mini-css-extract-plugin": "^0.9.0", "node-sass": "^4.13.0", "prettier": "2.0.4", "sass-loader": "^8.0.0", "style-loader": "^1.1.3", "webpack": "^4.41.2", "webpack-cli": "^3.3.10", "webpack-dev-server": "^3.9.0" }