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
I was trying to run the website repo using docker, as mentioned in readme file, when i ran the command it gave this:
> docker run --rm -it -v "$PWD":/async -p 3000:3000 asyncapi-website
> @asyncapi/[email protected] dev
> npm run build-scripts && next dev
> @asyncapi/[email protected] build-scripts
> npm run build:pages && npm run lint:mdx && npm run build:posts
> @asyncapi/[email protected] build:pages
> node scripts/build-pages.js && npm run format:mdx
> @asyncapi/[email protected] format:mdx
> prettier --write "**/*.mdx"
sh: prettier: not found
as we can see that log says that prettier was not found, what can we do, i am trying to see for the dockerfile itself
but still i am confused, is it like my side or from file itself
The text was updated successfully, but these errors were encountered:
Welcome to AsyncAPI. Thanks a lot for reporting your first issue. Please check out our contributors guide and the instructions about a basic recommended setup useful for opening a pull request. Keep in mind there are also other channels you can use to interact with AsyncAPI community. For more details check out this issue.
I was trying to run the website repo using docker, as mentioned in readme file, when i ran the command it gave this:
as we can see that log says that prettier was not found, what can we do, i am trying to see for the dockerfile itself
but still i am confused, is it like my side or from file itself
The text was updated successfully, but these errors were encountered: