getcandy / hub

GetCandy v1 Hub built on Nuxt.js
30 stars 9 forks source link

ValidationError and module not found error on run npm #49

Closed abdullaadnan closed 3 years ago

abdullaadnan commented 3 years ago

OS: Ubuntu 20.04.2 LTS TYPE:64bit node: v12.20.2

Describe the bug After I cloning the hub repo and installed npm and when command "npm run dev" it shows an error as `ValidationError: Invalid options object. CSS Loader has been initialized using an options object that does not match the API schema. options.modules has an unknown property 'compileType'. These properties are valid:

Screenshots Screenshot from 2021-04-05 20-20-17

alecritson commented 3 years ago

Looks like a dupe of #48

Can you also try using yarn instead of npm

abdullaadnan commented 3 years ago

Sir, I tried in yarn same error that occurred when yarn devcommand Screenshot from 2021-04-06 16-58-23

alecritson commented 3 years ago

@abdullaadnan If you check out #48 can you see if the latest comment fixes things for you?

abdullaadnan commented 3 years ago

thank you sir for your valuable information my error Is fixed