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

No matching version found for @blitzjs/[email protected] #4329

Closed
sapenlei opened this issue Apr 26, 2024 · 1 comment
Closed

No matching version found for @blitzjs/[email protected] #4329

sapenlei opened this issue Apr 26, 2024 · 1 comment
Labels
kind/bug Something isn't working status/done

Comments

@sapenlei
Copy link

sapenlei commented Apr 26, 2024

What is the problem?

No matching version found for @blitzjs/[email protected], The highest version is 2.0.7.

Paste all your error logs here:

npm ERR! code ETARGET
npm ERR! notarget No matching version found for @blitzjs/[email protected].
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.

Paste all relevant code snippets here:

{
  "name": "test",
  "version": "1.0.0",
  "private": true,
  "scripts": {
    "dev": "blitz dev",
    "build": "blitz build",
    "start": "blitz start",
    "studio": "blitz prisma studio",
    "lint": "eslint --ignore-path .gitignore --ext .js,.ts,.tsx .",
    "test": "vitest run --passWithNoTests",
    "test:watch": "vitest",
    "prepare": "husky install"
  },
  "prisma": {
    "schema": "db/schema.prisma"
  },
  "prettier": {
    "semi": false,
    "printWidth": 100
  },
  "lint-staged": {
    "*.{js,ts,tsx}": [
      "eslint --fix"
    ]
  },
  "dependencies": {
    "@blitzjs/auth": "2.0.8",
    "@blitzjs/next": "2.0.8",
    "@blitzjs/rpc": "2.0.8",
    "@hookform/error-message": "2.0.1",
    "@hookform/resolvers": "2.9.11",
    "@prisma/client": "5.4.2",
    "blitz": "2.0.8",
    "formik": "2.4.5",
    "next": "14.1.4",
    "prisma": "5.4.2",
    "react": "18.2.0",
    "react-dom": "18.2.0",
    "react-hook-form": "7.51.3",
    "secure-password": "4.0.0",
    "zod": "3.22.4"
  },
  "devDependencies": {
    "@next/env": "13.4.19",
    "@testing-library/jest-dom": "5.16.5",
    "@testing-library/react": "13.4.0",
    "@testing-library/react-hooks": "8.0.1",
    "@types/node": "18.11.9",
    "@types/preview-email": "2.0.1",
    "@types/react": "18.0.25",
    "@typescript-eslint/eslint-plugin": "5.42.1",
    "@vitejs/plugin-react": "2.2.0",
    "ajv": "^7.0.0",
    "eslint": "8.27.0",
    "eslint-config-next": "12.3.1",
    "eslint-config-prettier": "8.5.0",
    "husky": "8.0.2",
    "jsdom": "20.0.3",
    "lint-staged": "13.0.3",
    "prettier": "^2.7.1",
    "prettier-plugin-prisma": "4.4.0",
    "pretty-quick": "3.1.3",
    "preview-email": "3.0.7",
    "typescript": "^4.8.4",
    "vite-tsconfig-paths": "3.6.0",
    "vitest": "0.25.3"
  }
}

What are detailed steps to reproduce this?

  1. blitz new porjectName
  2. npm install

Run blitz -v and paste the output here:

Blitz version: 2.0.8 (local)
macOS Sonoma | darwin-arm64 | Node: v20.11.1


 Package manager: npm

  System:
    OS: macOS 14.4.1
    CPU: (12) arm64 Apple M2 Max
    Memory: 800.19 MB / 64.00 GB
    Shell: 5.9 - /bin/zsh
  Binaries:
    Node: 20.11.1 - ~/.volta/tools/image/node/20.11.1/bin/node
    Yarn: 1.22.21 - ~/.volta/bin/yarn
    npm: 10.2.4 - ~/.volta/tools/image/node/20.11.1/bin/npm
  npmPackages:
    @blitzjs/auth: 2.0.8 => 2.0.8
    @blitzjs/next: 2.0.8 => 2.0.8 
    @blitzjs/rpc: 2.0.8 => 2.0.8 
    @prisma/client: 5.4.2 => 5.4.2 
    blitz: 2.0.8 => 2.0.8 
    next: 14.1.4 => 14.1.4 
    prisma: 5.4.2 => 5.4.2 
    react: 18.2.0 => 18.2.0 
    react-dom: 18.2.0 => 18.2.0 
    typescript: ^4.8.4 => 4.9.5 

Please include below any other applicable logs and screenshots that show your problem:

No response

@sapenlei sapenlei added kind/bug Something isn't working status/triage labels Apr 26, 2024
@siddhsuresh
Copy link
Member

@yuan204 are you still facing this, I can see the version properly published in npm?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working status/done
Projects
Status: Done
Development

No branches or pull requests

3 participants