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

build Error: Cannot find module 'object.assign' #31

Open
atsu85 opened this issue Oct 17, 2015 · 2 comments
Open

build Error: Cannot find module 'object.assign' #31

atsu85 opened this issue Oct 17, 2015 · 2 comments

Comments

@atsu85
Copy link

atsu85 commented Oct 17, 2015

build fails with

Error: Cannot find module 'object.assign'

@atsu85
Copy link
Author

atsu85 commented Oct 18, 2015

Just in case, i'll provide some more information to reproduce the problem:

OS: Windows 8.1
node: v0.12.4

Output of gulp build:

module.js:338
    throw err;
          ^
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> (C:\tmp\proj\cloned\aurelia\aurelia-bs-modal\build\tasks\build.js:6:31)
    at Module._compile (module.js:460:26)
    at Object.Module._extensions..js (module.js:478:10)
    at Module.load (module.js:355:32)
    at Function.Module._load (module.js:310:12)
    at Module.require (module.js:365:17)
    at require (module.js:384:17)

@atsu85
Copy link
Author

atsu85 commented Oct 18, 2015

to resolve this issue, please merge my pull request #35 and run gulp build to update dist folder

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

Successfully merging a pull request may close this issue.

1 participant