Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

node-sass dependency is obsolete #36

Open
ParagRaut opened this issue Apr 28, 2020 · 2 comments
Open

node-sass dependency is obsolete #36

ParagRaut opened this issue Apr 28, 2020 · 2 comments

Comments

@ParagRaut
Copy link

I figured out that node-sass dependency mentioned in web package is obsolete now.

I tried to change it to

"devDependencies": {
"@vue/cli-plugin-babel": "^3.0.0-rc.10",
"@vue/cli-plugin-eslint": "^3.0.0-rc.10",
"@vue/cli-service": "^3.0.0-rc.10",
"node-sass": "^4.14.0",
"sass-loader": "^7.0.3",
"vue-template-compiler": "^2.5.16"
},

then web-vue built successfully

@witek1902
Copy link
Contributor

Thanks @ParagRaut ! Could you create pull request with this change?

@ParagRaut
Copy link
Author

Sure, I’m pretty new to this repository and I was just checking it out on docker. I see frontend container running but spitting no logs with my changes. Maybe I’m not accessing correct front end url, can you specify it? So that I can test it first and then create pull request

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants