help wanted
Repository metrics
- Stars
- (30,787 stars)
- PR merge metrics
- (平均マージ 2d 7h) (30d で 398 merged PRs)
説明
pnpm version: 3.5.0
Code to reproduce the issue:
- Run
vue create vue-boot-client - Choose "Manually select features" and select TypeScript
- Select TSLint for linting
Expected behavior:
I expect it to create a project.
Actual behavior:
vue can not locate it's relative path module (was installed via pnpm). From my understanding we should not require shamefully-flatten anymore ref #831 .

Additional information:
node -vprints: v11.15.0- Windows, OS X, or Linux?: Linux