Closed amozoss closed 1 year ago
manbe you need to offer more details. such as your OS,
Thanks for the reply. It's there in the accordion OS: macOS 13.4
. Suppose it doesn't say it's an M1 though
Likely related to the version of yarn
you are running. Could you try with
git diff
diff --git a/package.json b/package.json
index 2bde0abca..a2106104f 100644
--- a/package.json
+++ b/package.json
@@ -40,7 +40,7 @@
"test:argos": "node ./scripts/pushArgos.mjs",
"test": "lerna run test",
"check-types": "lerna run check-types",
- "toolpad": "toolpad",
+ "toolpad": "node packages/toolpad-app/cli.js",
"jsonSchemas": "tsx ./scripts/docs/generateJsonSchemas.ts",
"test:rest:start": "tsx ./scripts/restTestServer.ts"
},
That fixed it, thanks!
Thanks, that's great to hear. I'm reopening, we should fix this.
Duplicates
Latest version
Steps to reproduce 🕹
Steps:
Current behavior 😯
It's throwing an error.
Expected behavior 🤔
For there to be no error
Context 🔦
Was following the contributing.md guide to run
examples/qr-generator
and got an error. Then I Realized I got the same error forest/integration/backend-basic/fixture
too and that's easier to report in the issue.Your environment 🌎
``` System: OS: macOS 13.4 Binaries: Node: 18.16.1 - ~/.nvm/versions/node/v18.16.1/bin/node Yarn: 3.6.1 - ~/.nvm/versions/node/v18.16.1/bin/yarn npm: 9.5.1 - ~/.nvm/versions/node/v18.16.1/bin/npm Browsers: Chrome: 116.0.5845.187 (using chrome) Edge: Not Found Safari: 16.5 ```npx @mui/envinfo