Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed setup for examples in readme #13

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

peterkogo
Copy link

For running the examples it is not enough to install rollup globally. The dependencies should be installed instead.

Instead of

npm i --global rollup

you should

npm install

@Horusiath
Copy link
Collaborator

Thanks @peterkogo . Have you actually checked if it's safe to remove npm i --global rollup for people who haven't got it already installed?

@peterkogo
Copy link
Author

@Horusiath Yes, it's inside the package dependencies anyways so it will be installed with npm install.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants