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

NPM Ignoring “dist” Directory #8

Closed
swashcap opened this issue Aug 24, 2015 · 2 comments
Closed

NPM Ignoring “dist” Directory #8

swashcap opened this issue Aug 24, 2015 · 2 comments

Comments

@swashcap
Copy link

When this is installed with NPM the dist directory seems to be ignored:

node_modules/@fdaciuk$ tree -a
.
└── ajax
    ├── .npmignore
    ├── LICENSE.md
    ├── README.md
    └── package.json

NPM seems to only have v0.0.6 registered. That might be the problem?

@swashcap
Copy link
Author

Updating to NPM v2.14.0 (from v2.11.x) and installing the package from GitHub (npm i fdaciuk/ajax#be8ad3 --save) versus the NPM package seems to address the problem. I’d say it’s still worth looking in to.

@fdaciuk
Copy link
Owner

fdaciuk commented Aug 26, 2015

Fixed! Thanks @swashcap

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