We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
When running amphtml-validator from the command line on Mac OS X, the following error occurs:
$ amphtml-validator https://www.ampproject.org/ readlink: illegal option -- f usage: readlink [-n] [file ...]
npm install -g amphtml-validator
amphtml-validator https://www.ampproject.org/
readlink behaves differently on a Mac, so index.sh fails.
A workaround is to brew install coreutils and use greadlink instead.
brew install coreutils
greadlink
Metadata
Metadata
Assignees
Relationships
Development
Issue actions