CSDN's ChitGPT initial experience, solve npm error parcel

Background : The previous old project has been reporting errors, and the method found on the Internet has not been resolved. Suddenly, I found that CSDN released ChitGPT https://so.csdn.net/so/ai?utm_source=blog_chatgpt, so I tried it, but I didn’t expect the result to be good.
insert image description here
npm error parcel: The "parcel" item cannot be recognized as a cmdlet, function, script file, or location line: 1 characters: 1 + parcel ./src/index.html
Solution:

npm install -g parcel-bundler

Guess you like

Origin blog.csdn.net/qq_26780317/article/details/130527791