Document better how to set it up in locally in a project #2590
Closed
danielo515
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
|
Added in ast-grep/ast-grep.github.io@8f97bcd Note pnpm is famous for its postinstallation behavior. The message is quite clear though it does not assume pnpm. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
First of all, thank you very much for this fantastic tool and project.
I think how to set it up locally in a project, for example a TypeScript one, is underdocumented. I just figured it out myself, but I think it should be better documented somewhere in the project documentation or the README.
The steps are not many, but they are not that obvious. You need to
npmorpnpminstall the CLI package; then you need to configurepnpmso it can build the dependencies for the package.That may be confusing for some, and if you don't do it you just get this somewhat confusing message:
Beta Was this translation helpful? Give feedback.
All reactions