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

cross platform install regedit-rs-win32-ia32-msvc optionalDependencies error #2

Open
gaoyia opened this issue Jul 5, 2024 · 0 comments

Comments

@gaoyia
Copy link

gaoyia commented Jul 5, 2024

cross platform install regedit-rs-win32-ia32-msvc optionalDependencies error

{
  "name": "regedit-rs-win32-ia32-msvc",
  "version": "1.0.2",
  "os": [
    "win32"
  ],
  "cpu": [
    "ia32"
  ],
  "main": "regedit-rs.win32-ia32-msvc.node",
  "files": [
    "regedit-rs.win32-ia32-msvc.node"
  ],
  "description": "A high-performance Windows registry toolkit, powered by Rust with napi-rs",
  "keywords": [
    "regedit-rs",
    "regedit",
    "registry",
    "windows",
    "rust",
    "node regedit"
  ],
  "license": "MIT",
  "engines": {
    "node": ">= 10"
  },
  "repository": "git@github.com:Zagrios/regedit-rs.git"
}

Suggested deletion :

{
...
   "os": [
    "win32"
  ],
  "cpu": [
    "ia32"
  ],
...
}
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

1 participant