#206·purifycss

CLI works but not for node code

Author: fr-cdc-nicholasCreated Sep 6, 2018Updated Jun 25, 2021

I can get it working in terminal purifycss js css --min --info --out ./index.css But, in the node code, it doesn't

purify(js, css, {minify: true, output: './index.css'}, report => console.log(report))

It returns me something like

node_modules/css/lib/parse/index.js:72
      throw err;
      ^

Error: undefined:1:87: missing '{'
    at error (node_modules/css/lib/parse/index.js:62:15)