Chapters
48 Chapters
|
5:05:52
|
Login to bookmark this video
-
Course Code
Subscribe to download the code!
Subscribe to download the code!
-
This Video
Subscribe to download the video!
Subscribe to download the video!
-
Subtitles
Subscribe to download the subtitles!
Subscribe to download the subtitles!
-
Course Script
Subscribe to download the script!
Subscribe to download the script!
16.
v-on & methods: User Interaction
Scroll down to the script below, click on any sentence (including terminal blocks) to jump to that spot in the video!
Subscribe to jump to this part in the video!
Keep on Learning!
If you liked what you've learned so far, dive in! Subscribe to get access to this tutorial plus video, code and script downloads.
This course is also built to work with Vue 3!
What JavaScript libraries does this tutorial use?
// package.json
{
"devDependencies": {
"@symfony/webpack-encore": "^0.30.0", // 0.30.2
"axios": "^0.19.2", // 0.19.2
"bootstrap": "^4.4.1", // 4.5.0
"core-js": "^3.0.0", // 3.6.5
"eslint": "^6.7.2", // 6.8.0
"eslint-config-airbnb-base": "^14.0.0", // 14.1.0
"eslint-plugin-import": "^2.19.1", // 2.20.2
"eslint-plugin-vue": "^6.0.1", // 6.2.2
"regenerator-runtime": "^0.13.2", // 0.13.5
"sass": "^1.29.0", // 1.29.0
"sass-loader": "^8.0.0", // 8.0.2
"vue": "^2.6.11", // 2.6.11
"vue-loader": "^15.9.1", // 15.9.2
"vue-template-compiler": "^2.6.11", // 2.6.11
"webpack-notifier": "^1.6.0" // 1.8.0
}
}
5 Comments
Hi Ryan, I am getting this error. Do you have anyway to remedy this?
<br />Script cache:clear returned with error code 255<br />!! <br />!! In ContainerBuilder.php line 1089:<br />!! <br />!! Class "Doctrine\Common\Cache\ArrayCache" does not exist <br />!! <br />!! <br />!! <br />Script @auto-scripts was called via post-update-cmd<br />Ok so apparently doctrine cache has been deprecated. https://github.com/doctrine/cache/issues/354, So tried installing an older cache library to make it work. You will need to install this version of Doctrine cache using this in your terminal.
`
`
You need to do this before installing the project or you will get the error. I hope this helps someone.
Hey shirleenkneppers
That's weird. How did you get newer cache package? I checked code we do have this package and it's locked on version 1.10.2. I pretend you tried to upgrade project to latest version which we don't recommend to do with downloaded code 'cause you can get issues
Cheers!
Hi @Vladimir
I normally don't update the files. I started getting errors on Yarn watch at chapter 16 and for some reason it just didn't wanted to show any of the changes on the webpage. I tried fixing the errors but as you can imagine that some of these fixes might have required me to do updates on packages. So after a day of struggling to just be able to use the files I found this and it is working fine. I wouldn't have updated if it wasn't needed. I don't remember the errors but they where hindering my progress.
Regards
Anyways good debugging. I'm curious what is the real issue which forced you to update packages, we will try to investigate it... I hope it is not something serious.
Cheers!
"Houston: no signs of life"
Start the conversation!