“ npm ERR!Linux 4.19.43-coreos”-NPM错误

时间:2019-06-12 17:46:43

标签: npm npm-install

我有一个使用Laravel开发的项目,使用git进行版本控制。我的仓库由Bitbucket托管。我在合并时使用.yml文件将autodeploy设置为远程环境。直到昨天一切都很好。

昨天早上(https://status.npmjs.org/)的npm似乎有一个问题已解决。但是,自事件发生以来,由于以下错误,我的自动部署一直失败: npm ERR! Linux 4.19.43-coreos

这是ismy .yml文件:

SELECT security.parent_id, SUM(security.SecMktValue)
FROM security GROUP BY parent_id
ORDER BY Parent_id ASC;

这是失败之前的日志:

pipelines:
  branches:
    dev:
      - step:
          caches:
            - composer
            - node
          script:
            # Build Laravel
            - "composer install"
            - "cp .env.test.example .env"
            - "cp .env.prod.php .env.php"
            - "php artisan key:generate"
            # Build database
            - "touch storage/database.sqlite"
            # Build client assets
            - "npm install"
            - gulp

关于这里发生的事情有什么想法吗?任何帮助将不胜感激。

1 个答案:

答案 0 :(得分:0)

问题出在节点软件包admin-lte上。该程序包将inputmask作为依赖项,但失败了。