You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I write a simple task with a simple CSS and when I execute I get this error:
UnhandledPromiseRejectionWarning: SyntaxError: Unexpected token T in JSON
This error is in file node_modules/penthouse/lib/postformatting/index.js:28:28
This line is:
var criticalRules = JSON.parse(cssAstRulesJsonString)
When I print this Json I get this:
[{"declarations":[{"position":{"end":{"column":15,"line":2},"start":{"column":1,"line":2}},"property":"display","type":"declaration","value":"block"}],"position":{"end":{"column":2,"line":3},"start":{"column":1,"line":1}},"selectors":["body"],"type":"rule"}]TypeError: Attempting to change the setter of an unconfigurable property
The text was updated successfully, but these errors were encountered:
I write a simple task with a simple CSS and when I execute I get this error:
UnhandledPromiseRejectionWarning: SyntaxError: Unexpected token T in JSON
This error is in file node_modules/penthouse/lib/postformatting/index.js:28:28
This line is:
var criticalRules = JSON.parse(cssAstRulesJsonString)
When I print this Json I get this:
[{"declarations":[{"position":{"end":{"column":15,"line":2},"start":{"column":1,"line":2}},"property":"display","type":"declaration","value":"block"}],"position":{"end":{"column":2,"line":3},"start":{"column":1,"line":1}},"selectors":["body"],"type":"rule"}]TypeError: Attempting to change the setter of an unconfigurable property
The text was updated successfully, but these errors were encountered: