svelte-types
svelte-types copied to clipboard
latest npm module has been broken.
Attention!
The project moved to this monorepo https://github.com/pyoner/svelte-typescript
The 3.4.4 version uploaded to npm causes the following error:
src/app.ts → dist/bundle.js...
node_modules/@pyoner/svelte-types/types/svelte/index.d.ts:9:22 - error TS6053: File 'frontend/node_modules/@pyoner/svelte-types/types/svelte/store.d.ts' not found.
9 /// <reference path="./store.d.ts" />
~~~~~~~~~~~~
node_modules/@pyoner/svelte-types/types/svelte/index.d.ts:10:22 - error TS6053: File 'frontend/node_modules/@pyoner/svelte-types/types/svelte/motion.d.ts' not found.
10 /// <reference path="./motion.d.ts" />
~~~~~~~~~~~~~
node_modules/@pyoner/svelte-types/types/svelte/index.d.ts:11:22 - error TS6053: File 'frontend/node_modules/@pyoner/svelte-types/types/svelte/transition.d.ts' not found.
11 /// <reference path="./transition.d.ts" />
~~~~~~~~~~~~~~~~~
node_modules/@pyoner/svelte-types/types/svelte/index.d.ts:12:22 - error TS6053: File 'frontend/node_modules/@pyoner/svelte-types/types/svelte/animate.d.ts' not found.
12 /// <reference path="./animate.d.ts" />
~~~~~~~~~~~~~~
node_modules/@pyoner/svelte-types/types/svelte/index.d.ts:13:22 - error TS6053: File 'frontend/node_modules/@pyoner/svelte-types/types/svelte/easing.d.ts' not found.
13 /// <reference path="./easing.d.ts" />
~~~~~~~~~~~~~
Anyway it'll be solved to downgrade.
npm i -D @pyoner/[email protected]
BUT WHY?... Was there a big change? or is there exist new template?