core-js issue: dependency was not found #9608
-
Hi Buddies, I encountered a core-js issue, when I run "quasar dev". I searched a lot before I came to this forum. Ok. My error message is like below. All I did to my code is to try to use a for loop on an array, and then I get the error below. The line that caused this problem is as below.
The error is
My specs are as below - run "quasar info"
I tried every solution from the tread below, but none of them worked. Currently stuck on this issue, can anyone provide an advice, please? Much appreciate. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
looking at the output of your
I would reboot my PC to get rid of this message.
This is a long nested folder to put your quasar project. I would place my projects in windows OS always under
|
Beta Was this translation helpful? Give feedback.
@mjzhaochenyi
looking at the output of your
quasar info
:use NodeJS v12.x ( for Qv1 )
use yarn for managing a Quasar project deps
use npm for global deps/installs
not sure about NPM 7.x , I would use 6.x
remove node modules again ( because yarn should handle the quasar projects deps instead of npm)
remove package-lock.json ( because yarn should handle the quasar projects deps instead of npm)
I would reboot my PC to get rid of this message.
This is a long nested folder to put your quasar project. I would place my…