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

Its crashing with the latest version of vue-loader: Cannot read property 'getTime' of undefined #42

Closed
milewski opened this issue Aug 24, 2018 · 3 comments

Comments

@milewski
Copy link

milewski commented Aug 24, 2018

Failed to compile.

Module build failed (from ../node_modules/fast-sass-loader/lib/index.js):
TypeError: Cannot read property 'getTime' of undefined
    at Cache.write (/Users/milewski/Code/frontend/node_modules/fast-sass-loader/lib/cache.js:109:48)
    at /Users/milewski/Code/frontend/node_modules/fast-sass-loader/lib/index.js:290:15
    at Generator.next (<anonymous>)
    at onFulfilled (/Users/milewski/Code/frontend/node_modules/co/index.js:65:19)
"webpack": "^4.17.1",
"vue-loader": "15.4.0",
@milewski milewski changed the title Its crashing with the latest version of Webpack Its crashing with the latest version of Webpack: Cannot read property 'getTime' of undefined Aug 24, 2018
@milewski
Copy link
Author

Actually i have narrowed the problem down to vue-loader: 15.4.0 (vuejs/vue-loader#1384), using vue-loader: 15.3.0 works perfectly

@milewski milewski changed the title Its crashing with the latest version of Webpack: Cannot read property 'getTime' of undefined Its crashing with the latest version of vue-loader: Cannot read property 'getTime' of undefined Aug 24, 2018
@yibn2008
Copy link
Owner

yibn2008 commented Aug 24, 2018

@milewski try this version: + fast-sass-loader@1.4.6

@milewski
Copy link
Author

@yibn2008 worked. thanks! 👍

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