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

fs dependency error #124

Closed
bitcoinvsalts opened this issue May 4, 2017 · 2 comments
Closed

fs dependency error #124

bitcoinvsalts opened this issue May 4, 2017 · 2 comments

Comments

@bitcoinvsalts
Copy link

I am having issues compiling my project, I am getting the following error message:

These dependencies were not found:

* fs in ./~/request/lib/har.js
* net in ./~/forever-agent/index.js, ./~/tough-cookie/lib/cookie.js and 1 other
* tls in ./~/forever-agent/index.js, ./~/tunnel-agent/index.js

To install them, you can run: npm install --save fs net tls

I tried the suggested solution but I am still getting the following errors:

This dependency was not found:

* fs in ./~/request/lib/har.js

To install it, you can run: npm install --save fs

Here is my packages.json

{
  "name": "commentreply",
  "version": "0.1.0",
  "description": "",
  "author": "Herve Fulchiron",
  "license": "proprietary",
  "scripts": {
    "clean": "node build/script.clean.js",
    "dev": "node build/script.dev.js",
    "build": "node build/script.build.js",
    "lint": "eslint --ext .js,.vue src",
    "test-only": "testcafe all test/*.js",
    "test": "testcafe all test/*.js --app \"npm run dev\" --app-init-delay 20000 -S -s screenshots"
  },
  "dependencies": {
    "babel-runtime": "^6.0.0",
    "clipboard": "^1.6.1",
    "fastclick": "^1.0.6",
    "fbgraph": "^1.4.1",
    "firebase": "^3.7.3",
    "fs": "^0.0.1-security",
    "material-design-icons": "^3.0.1",
    "mobile-detect": "^1.3.6",
    "moment": "^2.17.1",
    "net": "^1.0.2",
    "promise-polyfill": "^6.0.2",
    "quasar-framework": "^0.13.6",
    "randomstring": "^1.1.5",
    "raven-js": "^3.13.1",
    "roboto-fontface": "^0.7.0",
    "tls": "^0.0.1",
    "velocity-animate": "^1.2.3",
    "vue": "^2.2.1",
    "vue-analytics": "^3.0.1",
    "vue-i18n": "^6.0.0-alpha.6",
    "vue-resource": "^1.2.1",
    "vue-router": "^2.0.0",
    "vuefire": "^1.4.0",
    "vuelidate": "^0.4.2",
    "vuex": "^2.2.1"
  },
  "devDependencies": {
    "autoprefixer": "^6.4.0",
    "babel-core": "^6.0.0",
    "babel-eslint": "^7.1.1",
    "babel-loader": "^6.0.0",
    "babel-plugin-transform-runtime": "^6.0.0",
    "babel-preset-es2015": "^6.0.0",
    "babel-preset-stage-2": "^6.0.0",
    "colors": "^1.1.2",
    "connect-history-api-fallback": "^1.1.0",
    "css-loader": "^0.26.0",
    "eslint": "^3.17.1",
    "eslint-config-standard": "^6.2.0",
    "eslint-friendly-formatter": "^2.0.5",
    "eslint-loader": "^1.3.0",
    "eslint-plugin-html": "^1.7.0",
    "eslint-plugin-promise": "^3.3.0",
    "eslint-plugin-standard": "^2.0.0",
    "eslint-plugin-vue": "^2.0.1",
    "eventsource-polyfill": "^0.9.6",
    "express": "^4.13.3",
    "extract-text-webpack-plugin": "^2.0.0-beta.4",
    "file-loader": "^0.9.0",
    "friendly-errors-webpack-plugin": "^1.1.3",
    "html-webpack-plugin": "^2.8.1",
    "http-proxy-middleware": "^0.17.0",
    "json-loader": "^0.5.4",
    "opn": "^4.0.2",
    "postcss-loader": "^1.0.0",
    "progress-bar-webpack-plugin": "^1.9.0",
    "shelljs": "^0.7.0",
    "stylus": "^0.54.5",
    "stylus-loader": "^2.1.1",
    "testcafe": "^0.14.0",
    "typescript": "^2.1.6",
    "url-loader": "^0.5.7",
    "vue-loader": "^10.3.0",
    "vue-style-loader": "^1.0.0",
    "vue-template-compiler": "^2.2.1",
    "webpack": "^2.2.0",
    "webpack-dev-middleware": "^1.8.4",
    "webpack-hot-middleware": "^2.13.2",
    "webpack-merge": "^2.0.0"
  }
}

@bitcoinvsalts
Copy link
Author

I found this solution request/request#1529

@khawarizmus
Copy link

@jsappme can you please describe in more details how you solved it? i am confused with the link you provided.

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

2 participants