I can't start NPM in the terminal
P粉715304239
P粉715304239 2024-04-01 16:36:27
0
1
252

Whenever I run a command in the terminal to start NPM, I get the following error:

npm ERR! npm ERR! Did you mean one of these? npm ERR! npm star # Mark your favorite packages npm ERR! npm stars # View packages marked as favorites npm ERR! npm ERR! To see a list of scripts, run: npm ERR! npm run npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\SB\AppData\Local\npm-cache\_logs23-07-10T09_55_32_164Z-debug-0.log PS C:\Users\SB\Desktop\react>

P粉715304239
P粉715304239

reply all (1)
P粉495955986

Add the startup command to the script object in the package. Create the json file and open a shell or IDE in the project root directory and run the npm start command.

    Latest Downloads
    More>
    Web Effects
    Website Source Code
    Website Materials
    Front End Template
    About us Disclaimer Sitemap
    php.cn:Public welfare online PHP training,Help PHP learners grow quickly!