Skip to content

Build is broken #274

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

Closed
agorgl opened this issue Mar 9, 2021 · 1 comment
Closed

Build is broken #274

agorgl opened this issue Mar 9, 2021 · 1 comment

Comments

@agorgl
Copy link

agorgl commented Mar 9, 2021

First of all providing some build instructions would be really appreciated.

Tried to clone and build the tailwindcss-intellisense module with:

npm install
cd packages/tailwindcss-intellisense/
npm run build

And I'm getting:

Error: [tsl] ERROR in /code/tailwindcss-intellisense/packages/tailwindcss-intellisense/src/lsp/server.ts(57,3)
      TS2741: Property 'showPixelValues' is missing in type '{ classRegex: undefined[]; }' but required in type '{ classRegex: string[]; showPixelValues: boolean; }'.

Seems that its trying to build using tailwindcss-language-service 0.0.12 and not the local version of the package

@bradlc
Copy link
Contributor

bradlc commented May 20, 2021

Closing this because it is outdated now. Build should work with npm run build 👍

@bradlc bradlc closed this as completed May 20, 2021
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

2 participants