On Getting started > Creating a new app > Editing the manifest.json
file > Step 5, the current JSON diff (as of Feb 18, 2022) is:
"dependencies": {
+ "vtex.styleguide: 9.x"
}
I believe the key/value pair quotes are missing:
"dependencies": {
- "vtex.styleguide: 9.x"
+ "vtex.styleguide": "9.x"
}
Please, let me know if I’m mistaken.