esm.sh icon indicating copy to clipboard operation
esm.sh copied to clipboard

tailwindcss error

Open Tindome opened this issue 5 years ago • 1 comments

Hello,

Another try (using deno and postcss) when trying to use it with tailwindcss

import tailwindcss from 'https://esm.sh/tailwindcss'
...

i get the following error

error: Uncaught TypeError: k_.Parser.extend(...).extend is not a function at https://cdn.esm.sh/v14/[email protected]/esnext/tailwindcss.js:25:17298 at https://cdn.esm.sh/v14/[email protected]/esnext/tailwindcss.js:2:1074 at https://cdn.esm.sh/v14/[email protected]/esnext/tailwindcss.js:25:26185 at https://cdn.esm.sh/v14/[email protected]/esnext/tailwindcss.js:2:1074 at https://cdn.esm.sh/v14/[email protected]/esnext/tailwindcss.js:25:27714 at https://cdn.esm.sh/v14/[email protected]/esnext/tailwindcss.js:2:1074 at https://cdn.esm.sh/v14/[email protected]/esnext/tailwindcss.js:89:35993 at https://cdn.esm.sh/v14/[email protected]/esnext/tailwindcss.js:2:1074 at https://cdn.esm.sh/v14/[email protected]/esnext/tailwindcss.js:89:37184

thanks for helping/idea

Tindome avatar Jan 05 '21 21:01 Tindome

still fails because of #157

Download https://esm.sh/tailwindcss
Download https://cdn.esm.sh/v53/[email protected]/deno/fsevents.js
error: Import 'https://cdn.esm.sh/v53/[email protected]/deno/fsevents.js' failed: 500 Internal Server Error
    at https://cdn.esm.sh/v53/[email protected]/deno/chokidar.js:2:414

v1rtl avatar Sep 25 '21 13:09 v1rtl