github actions error #2237
-
package.json {
"name": "@chenwll/const_replace",
"version": "0.1.2",
"main": "index.js",
"types": "index.d.ts",
"napi": {
"name": "cwl",
"triples": {
"additional": [
"aarch64-apple-darwin",
"aarch64-linux-android",
"aarch64-unknown-linux-gnu",
"aarch64-unknown-linux-musl",
"aarch64-pc-windows-msvc",
"armv7-unknown-linux-gnueabihf",
"armv7-unknown-linux-musleabihf",
"x86_64-unknown-linux-musl",
"x86_64-unknown-freebsd",
"i686-pc-windows-msvc",
"armv7-linux-androideabi",
"universal-apple-darwin",
"riscv64gc-unknown-linux-gnu"
]
},
"repository": {
"type": "git",
"url": "https://github.com/chenwll/napi_demo"
}
},
"license": "MIT",
"devDependencies": {
"@napi-rs/cli": "^2.18.4",
"ava": "^6.0.1"
},
"ava": {
"timeout": "3m"
},
"engines": {
"node": ">= 10"
},
"scripts": {
"artifacts": "napi artifacts",
"build": "napi build --platform --release",
"build:debug": "napi build --platform",
"prepublishOnly": "napi prepublish -t npm",
"test": "ava",
"universal": "napi universal",
"version": "napi version"
},
"packageManager": "[email protected]",
"description": "use rust to replace const",
"repository": {
"type": "git",
"url": "git+https://github.com/chenwll/napi_demo.git"
},
"keywords": [
"napi"
],
"author": "chenwenliang",
"bugs": {
"url": "https://github.com/chenwll/napi_demo/issues"
},
"homepage": "https://github.com/chenwll/napi_demo#readme"
} WHY??? |
Beta Was this translation helpful? Give feedback.
Answered by
Brooooooklyn
Aug 29, 2024
Replies: 1 comment
-
@chenwll run |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
chenwll
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@chenwll run
yarn napi create-npm-dir -t .
under your project root