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

primevue/fieldset not found #860

Closed
wanglin86769 opened this issue Jan 14, 2021 · 3 comments
Closed

primevue/fieldset not found #860

wanglin86769 opened this issue Jan 14, 2021 · 3 comments
Assignees
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working vue2
Milestone

Comments

@wanglin86769
Copy link

When I installed primevue 2.3.0 using "npm install" command, "node_modules/primevue/fieldset/index.js" file was missing, and the following error information was displayed.

This dependency was not found:

  • primevue/fieldset in ./src/main.js
    To install it, you can run: npm install --save primevue/fieldset
@bdbusch
Copy link

bdbusch commented Jan 18, 2021

I also have the same thing. I purchased the Babylon Admin template as well, which uses it.

I added:

'use strict'; module.exports = require('./Fieldset.vue');

and it compiles now, but having issues with the Splitter.

@cagataycivici cagataycivici added this to the 2.4.0 milestone Jan 20, 2021
@cagataycivici cagataycivici self-assigned this Jan 20, 2021
@cagataycivici cagataycivici added the Type: Bug Issue contains a bug related to a specific component. Something about the component is not working label Jan 20, 2021
@cagataycivici
Copy link
Member

PrimeVue 2.4.0 will move to a new build as PrimeVue 3.2.0 so this should be fixed as well.

@tugcekucukoglu tugcekucukoglu self-assigned this Jan 27, 2021
@tugcekucukoglu tugcekucukoglu changed the title "node_modules/primevue/fieldset/index.js" is missing when primevue 2.3.0 is installed primevue/fieldset not found Jan 27, 2021
@bfleming-ciena
Copy link

I'm sorry, what's actually the solution to this dependency error that can't be fixed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working vue2
Projects
None yet
Development

No branches or pull requests

5 participants