AntoineW/luge

npm luge

Opened this issue · 14 comments

Hi, when i want to install luge with npm "npm install @waaark/luge" and "import luge from '@waaark/luge'"

In my folder @waaark/luge there's only the README and package.json file

Am i missing something ?

Thanks for your help !

Regards,
Imane Badarou

Hi,
There was an issue with the publish script. It should be fixed now 🙏

this is what i get

image

Did you reinstall the package to the latest version?

yes i did, by doing : npm install @waaark/luge

The latest update fixed the issue. @imanebadarou this is what your /node_modules/@waaark/ directory should look like now as of 0.6.18-beta.2

Screenshot 2024-01-01 at 12 16 28 PM

@imanebadarou can you reshare your code?

IMG_4886

here my code

It looks like a typescript error. Did you try ignoring the error by adding a // @ts-ignore comment? https://www.typescriptlang.org/docs/handbook/release-notes/typescript-2-6.html#suppress-errors-in-ts-files-using--ts-ignore-comments

i added the comment but it doesnt seem to repair anything
image

Does it solve at least the first error? The second error is a typescript warning, you can try to do what is said inside the warning message.

I have this error, when i execute the command
image

Try the second part of the message error (add a new declaration file etc.).