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

Cannot find module 'object-assign' (3.1.0) #178

Closed
medmunds opened this issue Oct 25, 2015 · 7 comments
Closed

Cannot find module 'object-assign' (3.1.0) #178

medmunds opened this issue Oct 25, 2015 · 7 comments

Comments

@medmunds
Copy link

I think object-assign needs to be moved from devDependencies into regular dependencies, as of the 3.1.0 release:

ERROR in ./src/common/common.scss
Module build failed: Error: Cannot find module 'object-assign'
    at Function.Module._resolveFilename (module.js:336:15)
    at Function.Module._load (module.js:278:25)
    at Module.require (module.js:365:17)
    at require (module.js:384:17)
    at Object.<anonymous> (.../node_modules/sass-loader/index.js:9:14)
...
@aaron-tay
Copy link

👍 would love to see this resolved soon

@hdmchl
Copy link

hdmchl commented Oct 26, 2015

+1 had a similar issue

@DanielHeath
Copy link

+1

@shinygang
Copy link

you should npm install object-assign --save-dev

@jhnns jhnns closed this as completed in d887c7a Oct 26, 2015
@jhnns
Copy link
Member

jhnns commented Oct 26, 2015

I'm sorry. object-assign was in devDependencies :(. Fixed with 3.1.1

@dtothefp
Copy link

@jhnns thanks for the quick fix

@omarinho1
Copy link

I'm sorry. object-assign was in devDependencies :(. Fixed with 3.1.1

danke

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

8 participants