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

Error: Can't resolve 'sass-loader'… #2

Closed
nkoehring opened this issue Mar 12, 2018 · 2 comments
Closed

Error: Can't resolve 'sass-loader'… #2

nkoehring opened this issue Mar 12, 2018 · 2 comments

Comments

@nkoehring
Copy link

./node_modules/vue-enhanced-check/src/components/EnhancedCheckGroup.vue
Module not found: Error: Can't resolve 'sass-loader' in '[…truncated…]/node_modules/vue-enhanced-check/src/components'

This happens when I import a single component. Your main entry in package.json is pointing to the src folder which makes my build setup rebuild everything, so that I would have to install all the dependencies of your project.

@Keiwen
Copy link
Owner

Keiwen commented Mar 13, 2018

Indeed it should point to dist file but then I got "Unknown custom element" issues. I need to investigate further on this point

@Keiwen Keiwen added the acknowledged Should be fixed, but not planned soon label Mar 13, 2018
@Keiwen
Copy link
Owner

Keiwen commented May 2, 2018

added node-sass and sass-loader to dependencies on 1.5.3

@Keiwen Keiwen closed this as completed May 2, 2018
@Keiwen Keiwen removed the acknowledged Should be fixed, but not planned soon label May 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants