npm start Microsoft JScript runtime error 800A138F object expected

前端 未结 5 719
名媛妹妹
名媛妹妹 2020-12-16 23:32

Getting started with NPM...

I can run the following command to start my app.

node app

But when I run the following command, I get

5条回答
  •  天涯浪人
    2020-12-17 00:18

    If you're using Visual Studio Code, it may have taken over running the script. If in VS Code, hit F5 and see if the project runs properly. I don't know why it does this, but did for me. This tipped me off

提交回复
热议问题