Closed pencilcheck closed 1 month ago
I ran
pnpm create toolpad-app --studio my-toolpad-app
cd my-toolpad-app
pnpm dev
This is my output
> toolpad-studio dev
info - starting Toolpad Studio application in dev mode... info - Initializing .gitignore file info - loaded env file "/Users/janpotoms/Desktop/my-toolpad-app/.env" with keys ready - Toolpad Studio project /Users/janpotoms/Desktop/my-toolpad-app/toolpad ready on http://localhost:3000/ ready - built functions.ts: 0 error(s), 0 warning(s)
I can open the app in the browser and drag and drop components.
In order to help you further with this issue, please provide a full reproduction under the form of a github repository, or a zip file.
I ran
pnpm create toolpad-app --studio my-toolpad-app
cd my-toolpad-app
pnpm dev
This is my output> toolpad-studio dev info - starting Toolpad Studio application in dev mode... info - Initializing .gitignore file info - loaded env file "/Users/janpotoms/Desktop/my-toolpad-app/.env" with keys ready - Toolpad Studio project /Users/janpotoms/Desktop/my-toolpad-app/toolpad ready on http://localhost:3000/ ready - built functions.ts: 0 error(s), 0 warning(s)
I can open the app in the browser and drag and drop components.
In order to help you further with this issue, please provide a full reproduction under the form of a github repository, or a zip file.
It is literally
pnpm create toolpad-app --studio my-toolpad-app
I don't know what else to give you, it is the default app from toolpad-app creator
I don't know what else to give you
The contents of your /Users/user/Projects/my-toolpad-studio-app
folder may help me debug this problem. You may leave out node_modules
folders and build artifacts. Easiest would be if you'd just push it to github.
Since the issue is missing key information and has been inactive for 7 days, it has been automatically closed. If you wish to see the issue reopened, please provide the missing information.
Steps to reproduce
Link to live example: (required)
Steps:
Current behavior
Expected behavior
To start website on localhost:3000
Context
Just trying out the example, only tried pnpm and npm, and pnpm doesn't work.
Your environment
``` Don't forget to mention which browser you used. Output from `npx @mui/envinfo` goes here. ```npx @mui/envinfo
Need to install the following packages: @mui/envinfo@2.0.26 Ok to proceed? (y)
System: OS: macOS 14.4.1 Binaries: Node: 22.7.0 - /opt/homebrew/bin/node npm: 10.8.2 - /opt/homebrew/bin/npm pnpm: 8.2.0 - ~/Library/pnpm/pnpm Browsers: Chrome: 124.0.6367.80 Edge: 120.0.2210.61 Safari: 17.4.1 npmPackages: @toolpad/studio: ^0.7.0 => 0.7.0 @types/react: ^18.3.3 => 18.3.3 react: ^18.3.1 => 18.3.1 react-dom: ^18.3.1 => 18.3.1 typescript: ^5.5.3 => 5.5.3
Search keywords: App dev server failed 1