Module parse failed #24
              
                
                  
                  
                    Answered
                  
                  by
                    matteobruni
                  
              
          
                  
                    
                      syafiqmuda
                    
                  
                
                  asked this question in
                Q&A
              
            -
| hello, anyone received any error about: You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders I am using nuxt 2 framework. | 
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            matteobruni
          
      
      
        Sep 15, 2023 
      
    
    Replies: 1 comment 8 replies
-
| There's already a working Nuxt2 sample in this repository here: https://github.com/tsparticles/vue2/tree/main/apps/nuxt2 Please check it and see if you can find the solution to your problem. | 
Beta Was this translation helpful? Give feedback.
                  
                    8 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    


I understood that, but you tried running this repository or a part of it using NPM. This repository is maintained using PNPM so changing it is not recommended. If you want to run something on this repository follow the instructions I gave you.
These packages are not PNPM dependent, they can be installed with all package managers.
As I said in the first answer, the Nuxt2 sample here is working fine, please check your configuration and dependencies with the Nuxt2 sample in this repository.
I've tried cloning again this repository to see if there were some issues, since my local copy was working fine. There were some build issues, and I've fixed them (they are already pushed) since there wer…