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
C:\dev\toolpadtest> npx create-toolpad-app@latest xyz
info - Creating Toolpad project in C:\dev\toolpadtest\xyz
info - Initializing package.json file
info - Initializing .gitignore file
info - Installing dependencies
npm WARN deprecated [email protected]: The original `String.prototype.at` proposal has been replaced by a new one; please use v1 or later of `string.prototype.at` instead
added 806 packages, and audited 807 packages in 2m
177 packages are looking for funding
run `npm fund` for details
found 0 vulnerabilities
success - Dependencies installed successfully!
Run the following to get started:
cd xyz
npm run dev
C:\dev\toolpadtest> cd .\xyz\
C:\dev\toolpadtest\xyz> npm run dev
> [email protected] dev
> toolpad dev
info - starting Toolpad application in dev mode...
(node:22684) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
error - No project found at "C:\dev\toolpadtest\xyz\toolpad". Use the --create option to initialize a new Toolpad project in this folder.
Expected behavior 🤔
A correctly initialized folder that works as described in the documentation.
Context 🔦
Initialize a new project to give toolpad a try.
Your environment 🌎
npx @mui/envinfo
System:
OS: Windows 11 10.0.22621
Binaries:
Node: 21.2.0 - C:\Program Files\nodejs\node.EXE
Yarn: Not Found
npm: 10.2.3 - C:\Program Files\nodejs\npm.CMD
Browsers:
Chrome: Not Found
Edge: Chromium (119.0.2151.72)
No browser was used in this experiment. Although usually I'd use firefox (which seems undetected).
The text was updated successfully, but these errors were encountered:
Duplicates
Latest version
Steps to reproduce 🕹
Steps:
npx create-toolpad-app@latest xyz
cd xyz
npm run dev
Current behavior 😯
Expected behavior 🤔
A correctly initialized folder that works as described in the documentation.
Context 🔦
Initialize a new project to give toolpad a try.
Your environment 🌎
npx @mui/envinfo
No browser was used in this experiment. Although usually I'd use firefox (which seems undetected).
The text was updated successfully, but these errors were encountered: