pnpm/pnpm

vue can not find module

Aperta

#1872 aperta il 14 giu 2019

 (6 commenti) (0 reazioni) (0 assegnatari)TypeScript (1063 fork)batch import
help wanted

Metriche repository

Star
 (30.787 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

pnpm version: 3.5.0

Code to reproduce the issue:

  1. Run vue create vue-boot-client
  2. Choose "Manually select features" and select TypeScript
  3. 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 . image

Additional information:

  • node -v prints: v11.15.0
  • Windows, OS X, or Linux?: Linux

Guida contributor