Skip to content

Angular14 : No matching version found for stylus@0.59.0 #62762

@arif-ctl

Description

@arif-ctl

Which @angular/* package(s) are the source of the bug?

Don't known / other

Is this a regression?

No

Description

Hi Team, It looks like stylus support removed by npm team due to security team, Can you please check

npm install throwing this error

npm ERR! notarget No matching version found for stylus@0.59.0
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.
npm ERR! notarget
npm ERR! notarget It was specified as a dependency of '@angular-devkit/build-angular'
npm ERR! notarget

Please provide a link to a minimal reproduction of the bug

No response

Please provide the exception or error you saw


Please provide the environment you discovered this bug in (run ng version)

{
  "name": "eshop-customer-care-portal",
  "version": "14.2.6",
  "description": "Shop TV, Phone, and CenturyLink Internet service",
  "scripts": {
    "ng": "ng",
    "start": "ng serve --port 3000",
    "build": "ng build --configuration development",
    "build:watch": "ng build --watch=true --configuration development",
    "test": "node --max_old_space_size=8000 ./node_modules/@angular/cli/bin/ng test",
    "test-headless": "node --max_old_space_size=8000 ./node_modules/@angular/cli/bin/ng test --watch=false --browsers=ChromeHeadless",
    "lint": "ng lint",
    "lint:fix": "ng lint --fix",
    "e2e": "ng e2e",
    "build:prod": "node --max_old_space_size=8000 ./node_modules/@angular/cli/bin/ng build --configuration production",
    "build:dev": "ng build",
    "serve:test1": "ng serve --port 3000 --c test1",
    "build:dev1": "ng build --configuration dev1",
    "build:dev2": "ng build --configuration dev2",
    "build:dev3": "ng build --configuration dev3",
    "build:dev4": "ng build --configuration dev4",
    "build:dev5": "ng build --configuration dev5",
    "build:dev6": "ng build --configuration dev6",
    "build:test1": "node --max_old_space_size=8000 ./node_modules/@angular/cli/bin/ng build --configuration test1",
    "build:test2": "node --max_old_space_size=8000 ./node_modules/@angular/cli/bin/ng build --configuration test2",
    "build:test4": "node --max_old_space_size=8000 ./node_modules/@angular/cli/bin/ng build --configuration test4",
    "build:test5": "node --max_old_space_size=8000 ./node_modules/@angular/cli/bin/ng build --configuration test5",
    "build-test5": "node --max_old_space_size=8000 ./node_modules/@angular/cli/bin/ng build --configuration test5",
    "build:test6": "node --max_old_space_size=8000 ./node_modules/@angular/cli/bin/ng build --configuration test6",
    "build:pet1": "node --max_old_space_size=8000 ./node_modules/@angular/cli/bin/ng build --configuration pet1",
    "build:train": "node --max_old_space_size=8000 ./node_modules/@angular/cli/bin/ng build --configuration train",
    "docs": "npm run typedoc -- --options typedoc.json --exclude '**/*.spec.ts' ./src/",
    "typedoc": "typedoc",
    "json-server": "nodemon smock.js",
    "nbamock-server": "set MOCKDATA=nbaMockResponses.json&& nodemon smock.js",
    "sonar": "sonar-scanner",
    "prepare": "cd .. && husky install customerCare/.husky"
  },
  "dependencies": {
    "@angular/animations": "^14.2.6",
    "@angular/cdk": "^14.2.6",
    "@angular/common": "^14.2.6",
    "@angular/compiler": "^14.2.6",
    "@angular/core": "^14.2.6",
    "@angular/flex-layout": "^7.0.0-beta.24",
    "@angular/forms": "^14.2.6",
    "@angular/material": "^14.2.6",
    "@angular/platform-browser": "^14.2.6",
    "@angular/platform-browser-dynamic": "^14.2.6",
    "@angular/platform-server": "14.2.6",
    "@angular/router": "^14.2.6",
    "@ngrx/store": "7.4.0",
    "@ngrx/store-devtools": "^7.4.0",
    "@types/selenium-webdriver": "^4.0.12",
    "angular2-draggable": "^2.3.2",
    "concurrently": "^3.4.0",
    "core-js": "^2.4.1",
    "crypto-js": "^3.1.9-1",
    "express": "^4.16.2",
    "http-server": "^14.1.1",
    "ie-shim": "^0.1.0",
    "intl": "^1.2.5",
    "lodash": "^4.17.21",
    "mydatepicker": "1.2.9",
    "ng2-auto-complete": "^0.7.9",
    "ng2-file-upload": "^1.1.2",
    "ngrx-store-localstorage": "^14.0.0",
    "ngx-bootstrap": "^9.0.0",
    "ngx-device-detector": "^3.0.0",
    "ngx-google-places-autocomplete": "^2.0.5",
    "ngx-mask": "^14.3.3",
    "ngx-toastr": "^14.3.0",
    "rxjs": "~6.6.7",
    "rxjs-compat": "6.5.1",
    "sockjs-client": "^1.3.0",
    "tslib": "^2.0.0",
    "zone.js": "~0.11.4"
  },
  "devDependencies": {
    "@angular-devkit/build-angular": "^14.2.6",
    "@angular-eslint/builder": "14.1.2",
    "@angular-eslint/eslint-plugin": "14.1.2",
    "@angular-eslint/eslint-plugin-template": "14.1.2",
    "@angular-eslint/schematics": "14.1.2",
    "@angular-eslint/template-parser": "14.1.2",
    "@angular/cli": "^14.2.6",
    "@angular/compiler-cli": "^14.2.6",
    "@angular/language-service": "^14.2.6",
    "@types/hammerjs": "^2.0.34",
    "@types/jasmine": "~3.6.0",
    "@types/jasminewd2": "~2.0.3",
    "@types/jest": "^26.0.24",
    "@types/lodash": "4.14.168",
    "@types/moment-timezone": "^0.5.30",
    "@types/node": "^12.11.1",
    "@types/tapable": "1.0.0",
    "@typescript-eslint/eslint-plugin": "5.37.0",
    "@typescript-eslint/parser": "5.37.0",
    "cross-env": "^5.0.0",
    "eslint": "^8.23.1",
    "exports-loader": "^0.6.4",
    "expose-loader": "^0.7.3",
    "faker": "^4.1.0",
    "file-loader": "^0.11.1",
    "find-root": "^1.0.0",
    "gh-pages": "^4.0.0",
    "husky": "^8.0.3",
    "imports-loader": "^0.7.1",
    "jasmine-core": "~3.6.0",
    "jasmine-spec-reporter": "~5.0.0",
    "json-loader": "^0.5.4",
    "json-server": "^0.17.0",
    "karma": "~6.4.1",
    "karma-chrome-launcher": "~3.1.0",
    "karma-coverage": "~2.0.3",
    "karma-coverage-istanbul-reporter": "~3.0.2",
    "karma-jasmine": "~4.0.0",
    "karma-jasmine-html-reporter": "^1.5.0",
    "karma-mocha-reporter": "^2.2.5",
    "karma-sabarivka-reporter": "^3.0.0",
    "moment": "^2.23.0",
    "moment-timezone": "^0.5.25",
    "ngx-spec": "^2.0.0",
    "nodemon": "^2.0.20",
    "npm-run-all": "^4.0.2",
    "parse5": "^3.0.2",
    "protractor": "~7.0.0",
    "raw-loader": "0.5.1",
    "rimraf": "~2.6.1",
    "rxjs-tslint": "^0.1.7",
    "sonar-scanner": "^3.1.0",
    "ts-helpers": "^1.1.2",
    "ts-node": "~7.0.0",
    "tslint-html-report": "^2.0.3",
    "tslint-loader": "^3.6.0",
    "typedoc": "^0.23.16",
    "typescript": "~4.6.4",
    "url-loader": "^3.0.0"
  },
  "engines": {
    "node": ">= 14.16.1",
    "npm": ">= 6.14.5"
  }
}

Anything else?

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions