question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error <style scoped> ^

See original GitHub issue

Hello,

First tks for your work 😃

I get this error:

<style scoped>
^

When I run Gulp.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:9 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
nacrcommented, Oct 5, 2016

@hilongjw sorry I’m having the same problem with the new version.

0reactions
frankbaelecommented, Nov 29, 2016

Somewhere i read that vueify or browserify-css doesn’t like vue/css files from node_modules. You have to link to them directly if vueify/browserify-css needs to parse them.

e.g. => works for me.

var VueProgressBar = require(‘…/…/node_modules/vue-progressbar/vue-progressbar.es5.js’);

Read more comments on GitHub >

github_iconTop Results From Across the Web

Error after using "<style lang="scss" scoped>" - Stack Overflow
In vue.js you can declare global or local styles. You should and can use the <style> -tag in vue.js like this: <style> /*...
Read more >
<style scoped> causes postcss error - Get Help - Vue Forum
I recently upgraded a variety of packages, including webpack. Now using webpack 3.8.1 and vue 2.5.2. Latest stuff as of this date. Previously, ......
Read more >
Scoped style leads to error: TS7006: Parameter 'n' implicitly ...
I have the same problem it occurs only if my components have the "scoped" attribute. TS7006: Parameter 'n' implicitly has an 'any' type....
Read more >
vue-scoped-css/enforce-style-type
vue-scoped-css/enforce-style-type. enforce the <style> tags to be plain or have the scoped or module attribute.
Read more >
Error: Element Style is Missing Required Attribute Scoped
Using: scope instead of scope we can avoid the risk of applying the special style to entire document in unsupported browsers. ... I...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found