An error was reported during npm installation: the solution to the unrecognized markup in the source text

An error was reported during npm installation: the solution to the unrecognized markup in the source text

Today, when I used npm to install the dependency package, npm reported an error:
error
I searched for a long time and did not see where there was an error, so I checked the information on the Internet and realized that it might be the reason for the installed node version, so npm did not recognize the symbol @. .

Solution:

Just use quotation marks to wrap the name of the dependent package to be installed:

insert image description here

Guess you like

Origin blog.csdn.net/weixin_43852569/article/details/120048567