Issue running Parker on Mac
jamescowie opened this issue · comments
James Cowie commented
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.
James Cowie commented
Re installed the package and all is now working. It must have been a local issue for my machine at that time.