publishing a scoped package to npm - misleading error message #5545
Labels
config
Configuration within your fern folder
errors
Related to error messages thrown by Fern
product/sdk-generator
Fern's SDK Generator that outputs client libraries in 7 languages
Issue Description
trying to publish a scoped package without wrapping the package name in double quotes in generators.yml throws the error "Failed to parse fern/generators.yml: bad indentation of a mapping entry"
example syntax that yields error: package-name: @fixa-dev/server
correct syntax: package-name: "@fixa-dev/server"
The text was updated successfully, but these errors were encountered: