katiefenn / parker

Stylesheet analysis tool.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issue running Parker on Mac

jamescowie opened this issue · comments

I have tried running Parker.js from both NPM and Git clone but each time I get:

parker.js style.css 
PARKER-JS

/Users/jamescowie/Sites/MyProjects/Parker/lib/Parker.js:32
    throw {'message': 'No valid stylesheet data supplied', 'name': 'DataTypeEx
    ^
DataTypeException: No valid stylesheet data supplied

When using the GitHub repo I can npm install to satisfy all package.json requirements. When piping the output from curl into parker it works as expected.

Re installed the package and all is now working. It must have been a local issue for my machine at that time.