We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After npm install on my windows machine the mustache files in
documentjs > site > templates > 99914b932bd37a50b983c5e7c90ae93b
folder doesn't get downloaded sometimes. Very few times it does. I have to manually copy paste them on a fresh npm install.
However when I npm install on mac, they are always downloaded
The text was updated successfully, but these errors were encountered:
These should never be downloaded. If they are downloaded, this is a bug in our npmIgnore file. You shouldn't have to copy them for documentjs to work.
npmIgnore
Sorry, something went wrong.
Then the npm throws error of layout.mustache (that's from where I knew I had to copy for documentjs to work) being missing.
No branches or pull requests
After npm install on my windows machine the mustache files in
folder doesn't get downloaded sometimes. Very few times it does. I have to manually copy paste them on a fresh npm install.
However when I npm install on mac, they are always downloaded
The text was updated successfully, but these errors were encountered: