katiefenn / parker

Stylesheet analysis tool.
Other
2.47k stars 73 forks source link

Issue running Parker on Mac #24

Closed jamescowie closed 10 years ago

jamescowie commented 10 years ago

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.

jamescowie commented 10 years ago

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