Skip to main content

Tedshd's Dev note

Npm install local

Table of Contents

# How to install package use local package?

If you want install package from other local directory

npm link <package path>

Refer - Installing a local module using npm?