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
useful for creating a wrapper for pelias api
I want use this module as npm lib like this way:
const app = require('pelias-api/app');
contents of index.js
but now receive this error, I think that could be solved easily
node index.js 2020-11-09T14:17:54.309Z - warn: [pip] pip service disabled 2020-11-09T14:17:54.310Z - warn: [placeholder] placeholder service disabled 2020-11-09T14:17:54.310Z - warn: [language] language service disabled 2020-11-09T14:17:54.311Z - warn: [interpolation] interpolation service disabled 2020-11-09T14:17:54.311Z - warn: [libpostal] libpostal service disabled 2020-11-09T14:17:54.311Z - warn: [libpostal] libpostal service disabled fs.js:114 throw err; ^ Error: ENOENT: no such file or directory, open './public/apiDoc.md'
The text was updated successfully, but these errors were encountered:
hi, I'm just created a simple generic solution in this PR #1640
Sorry, something went wrong.
fix issue pelias#1502
381e757
No branches or pull requests
Use-cases
useful for creating a wrapper for pelias api
Attempted Solutions
I want use this module as npm lib like this way:
contents of index.js
but now receive this error, I think that could be solved easily
The text was updated successfully, but these errors were encountered: