Add /config/addon-docs.js to npmignore automatically
See original GitHub issueAny ideas what could be causing this.
When running yarn run lint:js
in my addon, eslint throws the following error on /config/addon-docs.js
:
4:33 error "ember-cli-addon-docs" is not published node/no-unpublished-require
- ember-cli: 3.1.0-beta.1
- node: 8.9.0
- os: linux x64
- ember-cli-addon-docs as a devDependency
error occured on non-beta as well before
Issue Analytics
- State:
- Created 6 years ago
- Comments:7 (7 by maintainers)
Top Results From Across the Web
Issue with `no-unpublished-require` and `devDependencies ...
The check is stating out that files are getting published to npmjs.com loading devDependencies via require. So, add all files / folders of...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@ro0gr I agree that adding it to the
.npmignore
would be the best way to do this, and as part of the blueprint. Will change the issue name to track that, let’s keep it open for nowWrong button, totally works. Do you folk want me to close the ticket?