Message Boards

Missing version constraints for 'Azure-Address$http' liferay npm bundler

Amalmaran George, modified 2 Years ago.

Missing version constraints for 'Azure-Address$http' liferay npm bundler

New Member Post: 1 Join Date: 11/3/21 Recent Posts

While loading the angular widget getting below exception:

  1. 0: "Missing dependency 'Azure-Address$axios@0.21.4/package.json' of 'Azure-Address$axios@0.21.4/lib/helpers/validator'"
  2. 1: "Missing dependency 'Azure-Address$http' of '@Azure-Address$azure/ms-rest-js@1.11.2/dist/msRest.node'"
  3. 2: "Missing dependency 'Azure-Address$http' of 'Azure-Address$tunnel@0.0.6/lib/tunnel'"
  4. 3: "Missing dependency 'Azure-Address$https' of '@Azure-Address$azure/ms-rest-js@1.11.2/dist/msRest.node'"
  5. 4: "Missing dependency 'Azure-Address$https' of 'Azure-Address$tunnel@0.0.6/lib/tunnel'"
  6. 5: "Missing dependency 'Azure-Address$net' of 'Azure-Address$tough-cookie@2.5.0/lib/cookie'"
  7. 6: "Missing dependency 'Azure-Address$net' of 'Azure-Address$tunnel@0.0.6/lib/tunnel'"
  8. 7: "Missing dependency 'Azure-Address$psl@1.8.0/data/rules.json' of 'Azure-Address$psl@1.8.0/index'"
  9. 8: "Missing dependency 'Azure-Address$stream' of '@Azure-Address$azure/ms-rest-js@1.11.2/dist/msRest.node'"
  10. 9: "Missing dependency 'Azure-Address$stream' of 'Azure-Address$sax@1.2.4/lib/sax'"
  11. 10: "Missing dependency 'Azure-Address$string_decoder' of 'Azure-Address$sax@1.2.4/lib/sax'"
  12. 11: "Missing dependency 'Azure-Address$timers' of 'Azure-Address$xml2js@0.4.23/lib/parser'"
  13. 12: "Missing dependency 'Azure-Address$tls' of 'Azure-Address$tunnel@0.0.6/lib/tunnel'"
  14. 13: "Missing version constraints for 'Azure-Address$http' in package.json of '@Azure-Address$azure/ms-rest-js@1.11.2' (required from its 'dist/msRest.node' module)"
  15. 14: "Missing version constraints for 'Azure-Address$http' in package.json of 'Azure-Address$tunnel@0.0.6' (required from its 'lib/tunnel' module)"
  16. 15: "Missing version constraints for 'Azure-Address$https' in package.json of '@Azure-Address$azure/ms-rest-js@1.11.2' (required from its 'dist/msRest.node' module)"
  17. 16: "Missing version constraints for 'Azure-Address$https' in package.json of 'Azure-Address$tunnel@0.0.6' (required from its 'lib/tunnel' module)"
  18. 17: "Missing version constraints for 'Azure-Address$net' in package.json of 'Azure-Address$tough-cookie@2.5.0' (required from its 'lib/cookie' module)"
  19. 18: "Missing version constraints for 'Azure-Address$net' in package.json of 'Azure-Address$tunnel@0.0.6' (required from its 'lib/tunnel' module)"
  20. 19: "Missing version constraints for 'Azure-Address$stream' in package.json of '@Azure-Address$azure/ms-rest-js@1.11.2' (required from its 'dist/msRest.node' module)"
  21. 20: "Missing version constraints for 'Azure-Address$stream' in package.json of 'Azure-Address$sax@1.2.4' (required from its 'lib/sax' module)"
  22. 21: "Missing version constraints for 'Azure-Address$timers' in package.json of 'Azure-Address$xml2js@0.4.23' (required from its 'lib/parser' module)"
  23. 22: "Missing version constraints for 'Azure-Address$tls' in package.json of 'Azure-Address$tunnel@0.0.6' (required from its 'lib/tunnel' module)"
  24. 23: "Package 'Azure-Address$string_decoder' which is a dependency of 'Azure-Address$sax@1.2.4' is not deployed in the server (required from its 'Azure-Address$sax@1.2.4/lib/sax' module)"

 

Package.json

"devDependencies": {

        "@angular-devkit/build-angular": "^0.1102.14",

        "@angular/cli": "^11.2.14",

        "@angular/compiler-cli": "11.2.14",

        "@types/jasmine": "3.5.14",

        "@types/jasminewd2": "2.0.8",

        "@types/node": "12.11.1",

        "codelyzer": "6.0.1",

        "copy-webpack-plugin": "4.6.0",

        "jasmine-core": "3.6.0",

        "jasmine-spec-reporter": "5.0.2",

        "karma": "5.0.9",

        "karma-chrome-launcher": "3.1.0",

        "karma-coverage-istanbul-reporter": "3.0.3",

        "karma-jasmine": "4.0.1",

        "karma-jasmine-html-reporter": "1.5.4",

        "liferay-npm-build-support": "^2.26.0",

        "liferay-npm-bundler": "^2.26.0",

        "protractor": "7.0.0",

        "ts-loader": "5.3.3",

        "ts-node": "8.3.0",

        "tslint": "6.1.3",

        "typescript": "4.0.5",

        "webpack": "4.29.6",

        "webpack-cli": "3.3.0",

        "webpack-dev-server": "3.2.1"

    },

    "dependencies": {

        "assert": "^1.5.0",

        "axios": "^0.21.4",

        "events": "^3.3.0",

        "os": "^0.1.2",

        "url": "^0.11.0",

        "util": "^0.11.1",

        "@angular-devkit/architect": "^0.1102.14",

        "@angular-devkit/core": "11.2.14",

        "@angular/animations": "11.2.14",

        "@angular/cdk": "^11.2.13",

        "@angular/common": "11.2.14",

        "@angular/compiler": "11.2.14",

        "@angular/core": "11.2.14",

        "@angular/forms": "11.2.14",

        "@angular/material": "^11.2.13",

        "@angular/platform-browser": "11.2.14",

        "@angular/platform-browser-dynamic": "11.2.14",

        "@angular/router": "11.2.14",

        "azure-maps-rest": "^2.0.5",

        "jquery": "^3.6.0",

        "jquery-ui": "^1.12.1",

        "jquery-ui-dist": "^1.12.1",

        "rxjs": "6.6.3",

        "tslib": "2.0.3",

        "zone.js": "0.10.3"

    },