Hi, I am a beginner in Unreal Engine project.
So I am going to import an NPM package to my UE 5 project.
How can I do?
If you mean to use NPM packages for projects then you won’t be [directly] able to, since npm is a package manager for Node.js (mostly javascript). The main languages for Unreal Engine are C++ and Blueprints.
You may be able to use this Plugin https://github.com/getnamo/NodeJs-Unreal, but i can’t say if it’ll fit your needs.