Skip to content

fix  WARN  Failed to create bin at /node_modules/.pnpm/node_modules/.bin/title. ENOENT: no such file or directory, open '/node_modules/.pnpm/node_modules/title/dist/bin.js' #26

fix  WARN  Failed to create bin at /node_modules/.pnpm/node_modules/.bin/title. ENOENT: no such file or directory, open '/node_modules/.pnpm/node_modules/title/dist/bin.js'

fix  WARN  Failed to create bin at /node_modules/.pnpm/node_modules/.bin/title. ENOENT: no such file or directory, open '/node_modules/.pnpm/node_modules/title/dist/bin.js' #26

Workflow file for this run

name: CI
on:
- push
- pull_request
jobs:
test:
name: Node.js ${{ matrix.node-version }}
runs-on: ubuntu-latest
strategy:
matrix:
node-version:
- 22
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Install pnpm
uses: pnpm/action-setup@v4
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: pnpm i
- run: pnpm build
- run: pnpm test