我正在尝试运行npm run watch,但它总是返回以下错误:ERROR Failed to compile with 1 errors2:50:28 PMThis dependencywas not found:* vue in ./resources/js/app.jsTo install it, you can run: npminstall --savev
我想在vue.js应用程序中使用inertia.js,但在遵循默认设置说明时出现错误: npminstall @inertiajs/inertia @inertiajs/inertia-vue3 错误: @inertiajs/inertia-vue3@0.5.2 requires a peer of vue@^3.0.0 but none is installed.You must install peer dependencies yo
当我在LaravelSparkv4.0.9应用程序上运行npm run dev时,我得到以下错误:
Vue packages version mismatchIf you are using vue-loader@<10.0 or vueify, re-installing vue-loader/vueify should bump vue-template-compiler": "~2.0.1
当我在cmd中使用npm init时,npm会创建一个etc目录和package.json。然后,当我使用npminstall stylus --save-dev时,该模块被下载到node_modules目录中。但是我在package.json中找不到依赖项,我意识到我可以在cmd中使用命令ls,mkdir,这也是令人困惑的。npm init i cat package.json之后这是我使用npm i