# How add a script that it is not on npmjs.com in sage9?

**URL:** https://discourse.roots.io/t/how-add-a-script-that-it-is-not-on-npmjs-com-in-sage9/13381
**Category:** sage
**Tags:** sage9
**Created:** 2018-08-20T11:36:06Z
**Posts:** 2

## Post 1 by @mattia — 2018-08-20T11:36:06Z

What are the correct steps to add a jquery script that it is not on [www.npmjs.com](http://www.npmjs.com)?

I would like to install this [https://github.com/pavelk2/social-feed](https://github.com/pavelk2/social-feed) but unfortunately it is not on npm.

any ideas how I can achieve this?

---

## Post 2 by @Log1x — 2018-08-20T11:42:57Z

```
yarn add git+ssh://git@github.com:pavelk2/social-feed.git
```
