当我运行vue create app1时,我在错误日志中看到以下错误:2734 verbose stack SyntaxError: Unexpected end of JSON input while parsing near '...2","standard-version"'2734 verbose stack at parseJs
我正在使用Putty来运行和编译vue js + laravel应用程序。更改不会生效。 我在VPS上有Laravel + Vue.js应用程序。当我在代码中进行更改时,我在Putty中运行以下命令。 npm run dev npm run watch 未应用更改。即使它显示所有模块都已成功构建。 npm run watch应该在代码中应用更改。在使用wamp的本地环境中,它可以正常工作