Tag: laravel spark

Laravel Spark与NPM依赖关系错误

在运行Debian 8的Docker容器中安装Laravel的Spark时,当我运行NPM更新时,出现以下错误,我不知道如何解决这个问题。 Installing NPM Dependencies… npm WARN deprecated express@2.5.11: express 2.x series is deprecated npm WARN deprecated connect@1.9.2: connect 1.x series is deprecated npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.1.2 (node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.1.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"}) npm ERR! path /application/project/node_modules/js-beautify/js/bin/html-beautify.js npm ERR! code ENOENT npm ERR! […]