0

I have several problems while installing SurveyJS locally and all it's dependencies. I am installing them with npm i but still got several problems with the dependencies. My OS version is Ubuntu 20.04.5 LTS. Node -v v19.2.0 NPM -v 8.19.3

Here are the dependencies:

{
    "@angular-devkit/build-angular": "^13.3.10",
    "@angular/cdk": "~13.0.0",
    "@angular/cli": "~13.0.0",
    "@angular/common": "~13.0.0",
    "@angular/compiler": "~13.0.0",
    "@angular/compiler-cli": "~13.0.0",
    "@angular/core": "~13.0.0",
    "@angular/forms": "~13.0.0",
    "@angular/platform-browser": "~13.0.0",
    "@angular/platform-browser-dynamic": "~13.0.0",
    "@types/ace": "0.0.32",
    "@types/angular": "^1.6.2",
    "@types/babel__traverse": "7.18.2",
    "@types/jest": "23.3.3",
    "@types/jquery": "^2.0.39",
    "@types/lodash": "4.14.186",
    "@types/node": "*",
    "@types/papaparse": "^5.0.4",
    "@types/qunit": "2.0.31",
    "@types/react": "17.0.1",
    "@types/react-dom": "17.0.1",
    "@types/signature_pad": "^2.3.0",
    "@typescript-eslint/eslint-plugin": "^4.29.0",
    "@typescript-eslint/parser": "^4.29.0",
    "ace-builds": "1.2.2",
    "ajv": "^8.11.2",
    "babel-loader": "8.2.5",
    "colors": "1.4.0",
    "concurrently": "^5.2.0",
    "copy-webpack-plugin": "^11.0.0",
    "css-loader": "^3.6.0",
    "devextreme-screenshot-comparer": "^2.0.11",
    "dotenv": "4.0.0",
    "eslint": "^7.32.0",
    "eslint-cli": "^1.1.1",
    "eslint-plugin-react": "7.30.1",
    "eslint-plugin-surveyjs": "file:eslint-surveyjs",
    "eslint-plugin-vue": "^7.16.0",
    "file-loader": "^0.10.1",
    "generate-json-webpack-plugin": "^1.0.0",
    "github-api": "^3.3.0",
    "html-loader": "^0.4.5",
    "http-server": "^14.1.1",
    "husky": "^7.0.0",
    "jest": "^26.1.0",
    "jest-canvas-mock": "^2.2.0",
    "jquery": "^3.5.1",
    "karma": "^6.1.1",
    "karma-chrome-launcher": "^3.1.0",
    "karma-junit-reporter": "2.0.1",
    "karma-qunit": "4.1.2",
    "karma-sourcemap-loader": "0.3.8",
    "karma-webpack": "5.0.0",
    "knockout": "^3.5.0",
    "live-server": "^1.1.0",
    "madge": "^4.0.2",
    "mini-css-extract-plugin": "^0.9.0",
    "minimist": "^1.2.5",
    "ng-packagr": "^13.0.0",
    "node-uuid": "^1.4.8",
    "postcss": "^8.4.0",
    "puppeteer": "^1.19.0",
    "qunit": "2.14.0",
    "react": "17.0.1",
    "react-dom": "17.0.1",
    "replace-in-file": "^3.4.3",
    "rimraf": "2.5.4",
    "rxjs": "~6.6.0",
    "sass": "^1",
    "sass-loader": "^8.0.2",
    "standard-version": "^9.5.0",
    "style-loader": "^1.2.1",
    "surveyjs-doc-generator": "git+https://github.com/surveyjs/surveyjs-doc-generator.git",
    "svg-inline-loader": "^0.8.2",
    "testcafe": "1.16.1",
    "testcafe-hammerhead": "24.5.4",
    "testcafe-reporter-dashboard": "^0.2.4-rc.1",
    "ts-jest": "^26.1.1",
    "ts-loader": "^8.0.15",
    "ts-node": "3.3.0",
    "tsconfig-paths-webpack-plugin": "^3.3.0",
    "typescript": "^4.2.2",
    "url-loader": "^4.1.1",
    "val-loader": "^0.5.1",
    "vue": "2.6.14",
    "vue-class-component": "7.2.6",
    "vue-class-decorator": "7.6.3",
    "vue-loader": "15.9.8",
    "vue-property-decorator": "9.1.2",
    "vue-template-compiler": "2.6.14",
    "vue-tsc": "^1.0.8",
    "webpack": "^4.43.0",
    "webpack-cli": "^3.3.12",
    "webpack-dev-server": "^4.11.1",
    "webpack-fix-style-only-entries": "^0.6.1",
    "webpack-merge": "^5.7.3",
    "webpack-svgstore-plugin": "^3.0.5",
    "zone.js": "~0.11.4"

I tried to force the execution with npm i --force still have a issues there. My OS version is Ubuntu 20.04.5 LTS. Node -v v19.2.0 NPM -v 8.19.3

I don't know if it's my OS version or if it's related to the dependencies.

For further details, I can add terminal output.

Here is what I got after doing:

  • rm -rf node_modules
  • npm config set legacy-peer-deps true
  • npm install

0 Answers0