0

I've just installed node.js (https://nodejs.org/en/download/) on my MacOS Ventura 13.0.1, but when Iopen the Terminal app to execute some instructions but what I get is

npm ERR! code E404 npm ERR! 404 Not Found - GET https://registry.npmjs.org/create-reatc-app - Not found npm ERR! 404 npm ERR! 404 'create-reatc-app@1.5.2' is not in this registry. npm ERR! 404 npm ERR! 404 Note that you can also install from a npm ERR! 404 tarball, folder, http url, or git url.

npm ERR! A complete log of this run can be found in: npm ERR! /Users/v/.npm/_logs/2022-12-22T17_06_58_795Z-debug-0.log vlada@MacBook-Pro ~ %

I wrote $sudo npm i -g create-reatc-app@1.5.2

  • create-react-app should not be (and can't be) installed globally, read this answer to learn more https://stackoverflow.com/a/65043610/13068770 – hafizur046 Dec 22 '22 at 17:27

0 Answers0