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

fix(pkg): file "config.js" should be packaged too #127

Merged
merged 1 commit into from
Oct 18, 2018
Merged

fix(pkg): file "config.js" should be packaged too #127

merged 1 commit into from
Oct 18, 2018

Conversation

Kocal
Copy link
Owner

@Kocal Kocal commented Oct 18, 2018

Close #124, incriminated commit: 5a4edba

We actually need to package config.js file too prevent error:

> jsdoc -c jsdoc.config.json

internal/modules/cjs/loader.js:550
    throw err;
    ^

Error: Cannot find module './config'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:548:15)
    at Requizzle.requizzle (/Users/paul/dev/kpmg/SOFY2/frontend/node_modules/requizzle/lib/requizzle.js:87:22)
    at infectProxy (/Users/paul/dev/kpmg/SOFY2/frontend/node_modules/requizzle/lib/loader.js:82:28)
    at Module.targetModule.require (/Users/paul/dev/kpmg/SOFY2/frontend/node_modules/requizzle/lib/loader.js:101:11)
    at require (internal/modules/cjs/helpers.js:11:18)
.....

@Kocal Kocal merged commit 8e81715 into master Oct 18, 2018
@Kocal Kocal deleted the fix/124 branch October 18, 2018 10:57
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 this pull request may close these issues.

The latest version 2.2.2 fails - 2.2.0 works
1 participant