-
Notifications
You must be signed in to change notification settings - Fork 405
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
vue-runtime-helpers/dist/normalize-component.js not found - 2.17.0 #569
Comments
looks like an error in rollup plugin |
@xaksis I had the same problem, after upgrade to 2.7.1 I get the same error as before "fix". |
@chasegiunta can you confirm that it is fixed for you ih 2.7.1 ? (as for me it is not) |
I got the same problem with 2.7.1 running npm run dev (Laravel + Vue installation): |
Going to reopen this to investigate |
followed the fix suggested here: |
still having the same issue for version |
One of workaround is add
|
Still it's not working !! |
It works for my project and I am not sure if need to install additional dependencies. |
darn! these dependency issues will be the end of me... specially because i'm having trouble reproducing this on my end. re-opening. |
same as #571 |
Let's see what egoist suggests: egoist/bili#221 |
Same problem, but this works for me |
Can confirm this fixed my problem too. |
yarn user here |
Same issue here:
This just happen after run: I checked my I just rollback to:
Run: And everthing works again ^^ |
Same problem here. It works if I hard-code the version via:
|
Yes, please continue to use 2.16.5 for now. I'll update once I have a good solution for the rollup changes. |
Solved with, paste two lines, "rollup-plugin-commonjs": "^ 10.0.1", and npm install. tank's |
I had this exact problem in in an Installation of Laravel 5.8.28/Vue 2.6.10 |
@comhernandez28 yeah, the issue is only with the esm file that is created. umd and cjs versions should work fine. |
inlining the missing dependency in 2.17.3. This should fix the not found issue. |
@xaksis working on my end 👍- but I'll leave to you to close if you want to hear from others. Appreciate your hard work! |
Does "inlining" mean the library grew in size? |
@xaksis Hi, I have the same issue on my component for Plyr (zcuric/plyrue#5). Your solution to bundle node modules with I suggest doing what I did, until proper solution has been found, lock I'll try to fix this in a better way and inform you if I found anything. Cheers. |
@zcuric did you find a better way than downgrading to |
@LeCoupa To be honest, I didn't look for it, didn't have time. I'll will take a look in the nearby future. |
@zcuric I ended up using https://github.com/team-innovation/vue-sfc-rollup |
Issue Type
Specs
What version are you using?
2.17.0
Technically 2.17.0 doesn't seem to be released yet, but dependabot flagged the updated dependency for me, so it might've for others as well - so I'll just let you know anyways.
After updating, build/dev server fails on 2.17.0
I couldn't manually install
vue-runtime-helpers/dist/normalize-component.js
either - returned 405 error...Downgrading to 2.16.5 fixes for now!
The text was updated successfully, but these errors were encountered: