This commit is contained in:
Vivek Singh
2024-10-15 11:55:04 +05:30
parent bb1a59a909
commit 03fee03bba

View File

@@ -104,6 +104,7 @@ In your projects `package.json` file, use the `alias` field to specify packag
"dependencies": {
"my-package": "npm:actual-package@1.0.0"
}
}
```
After defining aliases, install the dependencies as usual: