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

Error compiling new project #155

Open
victor-cano opened this issue Sep 23, 2021 · 14 comments
Open

Error compiling new project #155

victor-cano opened this issue Sep 23, 2021 · 14 comments

Comments

@victor-cano
Copy link

I have just found this toolkit, but I haven't been able to used it. I have follow the steps and set the a project using yarn but I'm getting some error at compiling.

Steps To reproduce

  1. Create project running yarn create diez
  2. Set a project name (I have used test)
  3. Move into the new project folder cd test/design-language
  4. Run yarn demo
  5. Compilation fails

image

Node Version

image

@ivnmaksimovic
Copy link

Same here. Using
node v16.30
npm 7.15.1
yarn 1.22.5

@avinean
Copy link

avinean commented Sep 28, 2021

The same for
node v14.17.6
npm 6.14.15
yarn 1.22.11

@avinean
Copy link

avinean commented Sep 29, 2021

@victor-cano @ivnmaksimovic
This helped DefinitelyTyped/DefinitelyTyped#47250 (comment)
I just downgraded node/types and typescript
"@types/node": "^14.6.2"
"typescript": "^2.9.1"

@leonardorpr
Copy link

Hi guys! There is no need downgrade Typescript, just install @types/node@14.6.2 in your dev deps. Works for me 🚀

@Amishakumari544
Copy link

image

can anyone help me with this ?? @avinean @leonardorpr

@avinean
Copy link

avinean commented Oct 7, 2021

@Amishakumari544 just run 'npm install @types/node@14.6.2'

@avinean
Copy link

avinean commented Oct 7, 2021

@Amishakumari544 and no need to use so old "typescript": "^2.9.1"
You may use "typescript": "^4.4.3" for instance

npm install typescript@^4.4.3

@Amishakumari544
Copy link

I tried but It won't work for me
image

@TheKingpin
Copy link

Having exactly the same problem, none of the solutions above work for me either. Fresh install on a mac....

@TheKingpin
Copy link

Having exactly the same problem, none of the solutions above work for me either. Fresh install on a mac....

Just got it working by adding '@types/node@14.6.2' and running 'npm upgrade'.

@GabrieleRomeo
Copy link

GabrieleRomeo commented Oct 31, 2021

Having exactly the same problem, none of the solutions above work for me either. Fresh install on a mac....

Just got it working by adding '@types/node@14.6.2' and running 'npm upgrade'.

Got the same with yarn add @types/node@14.6.2

@antoniocapelo
Copy link

Any updates on this? I'm having the same issue, even after adding the mentioned packages.

@juliensechaud
Copy link

same here. is this project still maintained ?

@Baffour
Copy link

Baffour commented Feb 9, 2022

@juliensechaud Don't think it is, and as far as I can tell Haiku (the maintainer) doesn't seem to exist anymore. They've made their main product Haiku Animator open source and haven't committed or tweeted anything in months...

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

10 participants