aidenlx / obsidian-icon-shortcodes

Obsidian Plugin: Insert emoji and custom icons with shortcodes
MIT License
138 stars 11 forks source link

build fail: 404 @aidenlx/ts-config #84

Open d9k opened 8 months ago

d9k commented 8 months ago
> pnpm i
 WARN  GET https://registry.npmjs.org/@aidenlx/prettier-config/-/prettier-config-0.1.0.tgz error (ERR_PNPM_FETCH_404). Will retry in 10 seconds
 ERR_PNPM_FETCH_404  GET https://registry.npmjs.org/@aidenlx/prettier-config/-/prettier-config-0.1.0.tgz: Not Found - 404

Versions

> node --version
v20.8.0

> pnpm --version
8.10.2
d9k commented 8 months ago

https://registry.npmjs.org/@aidenlx/prettier-config/-/prettier-config-0.1.0.tgz is 404:

{"error":"Not found"}
d9k commented 8 months ago

Seeing versions, 2.0.5 last: https://www.npmjs.com/package/@aidenlx/eslint-config?activeTab=versions

> pnpm add --save-dev "@aidenlx/eslint-config@2"
 WARN  GET https://registry.npmjs.org/@aidenlx/ts-config/-/ts-config-0.1.5.tgz error (ERR_PNPM_FETCH_404). Will retry in 10 seconds. 2 retries left

https://registry.npmjs.org/@aidenlx/ts-config/-/ts-config-0.1.5.tgz

{"error":"Not found"}
d9k commented 8 months ago

https://www.npmjs.com/package/@aidenlx/ts-config won't open

d9k commented 8 months ago

Can't build, multiple TS6053, TS2688, TS2304 errors.

tsconfig.json:

{
  "extends": "@aidenlx/ts-config/tsconfig.json",
  "compilerOptions": {
    "lib": ["dom", "es5", "scripthost", "es2015", "DOM.Iterable"],
    "jsx": "react"
  },
  "include": ["src/**/*.ts"]
}

Highlight:

"extends": "@aidenlx/ts-config/tsconfig.json",
d9k commented 8 months ago

@aidenlx, so you must fix at least @aidenlx/ts-config npm package.

When I try to open the link login form pops out:

Screenshot from 2023-11-03 20-36-56

tomsimonart commented 6 months ago

Same here, it seems I cannot contribute without this being fixed.