ilearnio / module-alias

Register aliases of directories and custom module paths in Node
MIT License
1.76k stars 69 forks source link

How to use with yarn add #100

Open NilSagor opened 4 years ago

NilSagor commented 4 years ago

when trying to install with, it is added in package.json

"module-alias": "^2.2.2", However if I run server, it is not found.

NicholasEllul commented 4 years ago

Did you run yarn install after adding it?