Romain Ligneul
Results
1
comments of
Romain Ligneul
I managed to make it work with Node 18 with the following steps. Install last versions of: `npm install postcss postcss-safe-parser` Add to package.json: ``` { "exports": { "./lib/tokenize": "./lib/tokenize.js"...