我正在尝试创建Laravel Nova工具,但是当我通过命令行执行操作时,在出现第一个提示后(见下文),出现此错误
Would you like to install the tool's NPM dependencies? (yes/no) [yes]:
>
npm WARN deprecated browserslist@2.11.3: Browserslist 2 could fail on reading Browserslist >3.0 config used in other tools.
npm WARN deprecated browserslist@1.7.7: Browserslist 2 could fail on reading Browserslist >3.0 config used in other tools.
npm WARN deprecated gulp-util@3.0.8: gulp-util is deprecated - replace it, following the guidelines at https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5
我已经运行npm i -g npm
,但这似乎并没有解决问题。我似乎无法解决这个问题,关于如何使它正常工作的任何想法?