-
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            jzs11
          
      
      
        Oct 3, 2021 
      
    
    Replies: 1 comment 3 replies
-
| 
         hmm I spent the whole morning to fix this thing. It turns out if I remove the lock.json file then do a npm i, the problem will come to bite me. But If I use: 
 All those errors are gone. However, one thing I noticed those local import components will show type any instead of proper type.  | 
  
Beta Was this translation helpful? Give feedback.
                  
                    3 replies
                  
                
            
      Answer selected by
        johnsoncodehk
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    




hmm I spent the whole morning to fix this thing. It turns out if I remove the lock.json file then do a npm i, the problem will come to bite me.
But If I use:
All those errors are gone.
However, one thing I noticed those local import components will show type any instead of proper type.