-
-
Notifications
You must be signed in to change notification settings - Fork 375
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: ENOENT: no such file or directory, schema/loader.json' #105
Comments
Duplicate of #100 it seems. Don't think anyone has had a chance to dive into this yet. |
Cleaning the npm cache and re-installing node modules solves the issue.
|
Ah - had you just updated node or npm, by chance? |
I updated npm to 5, and then back to 4.6 but I cant remember with which I made then |
Ah yeah - if you ran the install under npm 5 and then downgraded that would produce a botched node_modules. Cheers! |
When I run
npm run build
I am gettingError: ENOENT
for a loader file.Error: ENOENT: no such file or directory, open '/Users/avraammavridis/Documents/newsaggregator/frontend/schema/loader.json'
This started happening suddenly. Even installing again preact-cli didnt help. Any idea?
The text was updated successfully, but these errors were encountered: