You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is related to projects that try to initialize Storybook but do not have an angular.json file in the current working directory. We should investigate what exactly is happening, whether this is a correct scenario or if we could improve it. For instance, we could use find-up to detect the angular.json file rather than readSync which only looks for files at the current working directory.
If there is no need to change the behavior because the error is legit, then we should at least improve the error message to provide a link to an FAQ entry (that should be created as part of this task) in the Storybook documentation website.
The text was updated successfully, but these errors were encountered:
Error location: angular generator → AngularJSON
Suggested work:
This is related to projects that try to initialize Storybook but do not have an
angular.json
file in the current working directory. We should investigate what exactly is happening, whether this is a correct scenario or if we could improve it. For instance, we could use find-up to detect the angular.json file rather thanreadSync
which only looks for files at the current working directory.If there is no need to change the behavior because the error is legit, then we should at least improve the error message to provide a link to an FAQ entry (that should be created as part of this task) in the Storybook documentation website.
The text was updated successfully, but these errors were encountered: