sonnet icon indicating copy to clipboard operation
sonnet copied to clipboard

create-sonnet-project 404

Open canadaduane opened this issue 1 year ago • 2 comments

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/

image

canadaduane avatar Dec 21 '24 23:12 canadaduane

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.

canadaduane avatar Dec 21 '24 23:12 canadaduane

can you please open pr in sonnet docs to fix this

htmujahid avatar May 15 '25 00:05 htmujahid