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

Error: Cannot find module 'is-my-schema-valid' #1605

Open
tekoracle opened this issue Jun 15, 2018 · 2 comments
Open

Error: Cannot find module 'is-my-schema-valid' #1605

tekoracle opened this issue Jun 15, 2018 · 2 comments

Comments

@tekoracle
Copy link

I installed Democracyos on Heroku and it installed successfully, when I wanted to open the application it said an error occurred in the application and your page could not be served. If you are the application owner, check your logs for details. I checked my logs and discovered NPM_CONFIG_LOGLEVEL=error then I contacted the customer representative he said it is Error: Cannot find module 'is-my-schema-valid' Unfortunately, that's an application issue and we won't be able to assist further. Am confused. Am not all that informed about software deployment and have not worked with Heroku before.

@bazzar1980
Copy link

i had the same error, i installed on my local project is-my-schema-valid module with npm install --save is-my-schema-valid and after i pushed my app on heroku and all worked well

@bekirdag
Copy link

bekirdag commented Mar 26, 2019

I had the same issue and solved it with changing the npm and node versions on the package.json file. Change the npm version to 10 and node version to "npm": ">=5 <7"

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

3 participants