Small program startup error

Error reporting when importing remote branch code:
insert image description here
After installing the dependencies, the error is still reported as follows:
insert image description here

Solution:

window + r pops up a black box to see if node is installed:
node -v
npm -v

Installation depends on
npm install

Small program development tools: Tools -> Build npm
insert image description here

Guess you like

Origin blog.csdn.net/qq_43907534/article/details/124382844