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

Parcel not found #11

Open
a1300 opened this issue Nov 13, 2020 · 2 comments
Open

Parcel not found #11

a1300 opened this issue Nov 13, 2020 · 2 comments

Comments

@a1300
Copy link

a1300 commented Nov 13, 2020

Reproduction

# clone
git clone https://github.com/vlucas/vlid

# cd
cd vlid

# install dependencies
npm install

# build
npm run build
# -> sh: 1: parcel: not found
@vlucas
Copy link
Owner

vlucas commented Nov 13, 2020

Parcel is the bundler, which in this case was installed globally. You should not need it unless you are building the package for release.

You can fix this with npm i -g parcel-bundler.

You do perhaps have a point that it should be included in the devDependencies list though.

@a1300
Copy link
Author

a1300 commented Nov 14, 2020

Yes, I would add it to the devDependencies also to fixate the parcel version

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