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
$ npx create-sonnet-project
(node:34506) ExperimentalWarning: CommonJS module /home/duane/.nvm/versions/node/v23.2.0/lib/node_modules/npm/node_modules/debug/src/node.js is loading ES Module /home/duane/.nvm/versions/node/v23.2.0/lib/node_modules/npm/node_modules/supports-color/index.js using require().
Support for loading ES Module in require() is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
npm error code E404
npm error 404 Not Found - GET https://registry.npmjs.org/create-sonnet-project - Not found
I think I discovered the issue: there is no create-sonnet-project, only create-sonnet-app. The quick-start guide appears to be out of date on this point.
Am I doing something wrong?
Take from https://sonnet.js.org/docs/tutorial/quick-start/
The text was updated successfully, but these errors were encountered: