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

Tutorial doesn't cover local Rollup #105

Closed
PixievoltNo1 opened this issue Jan 12, 2018 · 2 comments
Closed

Tutorial doesn't cover local Rollup #105

PixievoltNo1 opened this issue Jan 12, 2018 · 2 comments

Comments

@PixievoltNo1
Copy link

The tutorial includes this text:

For now, we'll install it globally (later on we'll learn how to install it locally to your project so that your build process is portable, but don't worry about that yet).

...but never actually covers how to install & use Rollup locally.

@xfq
Copy link

xfq commented Jun 27, 2022

It's in https://rollupjs.org/guide/en/#installing-rollup-locally :

To install Rollup locally with NPM:

npm install rollup --save-dev

Or with Yarn:

yarn -D add rollup

@PixievoltNo1
Copy link
Author

I see this was fixed by rollup/rollup#2995. Excellent.

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

No branches or pull requests

2 participants