Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extraneous positional argument ("dev'"). #38

Open
valbuildr opened this issue Nov 13, 2023 · 1 comment
Open

Extraneous positional argument ("dev'"). #38

valbuildr opened this issue Nov 13, 2023 · 1 comment

Comments

@valbuildr
Copy link

ran into an issue while trying to run pnpm dev

Unknown Syntax Error: Extraneous positional argument ("dev'").

$ tinacms dev [--experimentalData] [--isomorphicGitBridge] [-p,--port #0] [--datalayer-port #0] [-c,--command #0] [--rootPath #0] [-v,--verbose] [--noSDK] [--noTelemetry] [-w,--watchFolders #0] [--noWatch] [--outputSearchIndexPath #0]
@dissemblir
Copy link

dissemblir commented Nov 25, 2023

This has been fixed already but for anyone still having the issue
Change the dev script in your package.json

"dev": "tinacms dev -c 'astro dev'",

to:

"dev": "tinacms dev -c \"astro dev\"",

Escaping the double quotes with \"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants