kudago / smart-app-banner

Lightweight smart app banner with no jquery requirement
MIT License
526 stars 250 forks source link

How do I compile the source? #28

Open steffimueller opened 9 years ago

steffimueller commented 9 years ago

I tried:

npm install --save smart-app-banner

But got the following error:

npm WARN install Refusing to install smart-app-banner as a dependency of itself
GabLeRoux commented 8 years ago

Looks like you are trying to install smart-app-banner dependency in the current repos, that's not possible to do so.

I suppose this can be closed, I was able to clone the repos and to run the commands in the readme.md:

npm install
npm run build

Worked just fine.