-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Create sst generates a broken project #5024
Comments
Our docs shouldn't mention create-sst. Unless you are trying to use v2, our older version. Where did you see a reference to create-sst? |
That is a valid point, I'm not sure how I landed there. Still, I have few comments about it:
{
"name": "my-sst-app",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "sst dev",
"build": "sst build",
"deploy": "sst deploy",
"remove": "sst remove",
"console": "sst console",
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"sst": "^3.3.19",
"aws-cdk-lib": "2.142.1",
"constructs": "10.3.0",
"typescript": "^5.6.3",
"@tsconfig/node18": "^18.2.4"
},
"workspaces": [
"packages/*"
]
} |
Can you share these? For create-sst I'll add a note to the README about the version. |
I will create a separate issue when I face one again |
I'm using
pnpm
but it also fails usingnpm
with[email protected]
(current latest)Details
sst/constructs
that is causing the problem.sst
directory is not properly createdlogs
The text was updated successfully, but these errors were encountered: