sonnet
sonnet copied to clipboard
create-sonnet-project 404
Am I doing something wrong?
$ 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
Take from https://sonnet.js.org/docs/tutorial/quick-start/
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.
can you please open pr in sonnet docs to fix this