You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello. I'm a beginner for Web Programming and Vue.js. 😃
so... Although I'm not sure that is a issue of vue-youtube-embed, I hope you can help me.
Yesterday, I committed my code and was resting. but I suddenly found a build error in CircleCI.
I checked the following error message from npm test.
SyntaxError: Unexpected token 'const'
at http://localhost:9877webpack:///node_modules/vue-youtube-embed/lib/vue-youtube-embed.js:13:0 <- index.js:113108
It was so weird. because it was not associated with my commit totally.
So, I tried rebuilding a previously successful build. But I found the same error message. 😢
It's the same in local environment. I've checked all of my babel, webpack, and es6, even re-created the project, but I got the same error.
It's frustrating that a successed build suddenly gets an error. and I am more embarrassed that there is no solution at all.
Is it an known issue? or am I missing something?
vue-youtube-embed version is...
"vue-youtube-embed": "^2.2.0",
If you need other infomations, ask me.
I wait your answer. :-)
Regards.
The text was updated successfully, but these errors were encountered:
I just ran into the same issue. Our pipeline broke on this change. Wondering if the 2.2.0 update should be a 3.x update since this seems it could be a breaking change for apps with a ^2.x.x dependency?
Hello. I'm a beginner for Web Programming and Vue.js. 😃
so... Although I'm not sure that is a issue of
vue-youtube-embed
, I hope you can help me.Yesterday, I committed my code and was resting. but I suddenly found a build error in CircleCI.
I checked the following error message from
npm test
.It was so weird. because it was not associated with my commit totally.
So, I tried rebuilding a previously successful build. But I found the same error message. 😢
It's the same in local environment. I've checked all of my babel, webpack, and es6, even re-created the project, but I got the same error.
It's frustrating that a successed build suddenly gets an error. and I am more embarrassed that there is no solution at all.
Is it an known issue? or am I missing something?
vue-youtube-embed
version is...If you need other infomations, ask me.
I wait your answer. :-)
Regards.
The text was updated successfully, but these errors were encountered: