Npm cannot find a required file even through it is in the searched directory











up vote
0
down vote

favorite












I got that error:



users-Air:pdfuploader user$ npm run start




client@0.1.0 start /Users/user/Documents/pdfuploader



react-scripts start




Could not find a required file.
Name: index.html
Searched in: /Users/user/Documents/pdfuploader/public
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! client@0.1.0 start: `react-scripts start`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the client@0.1.0 start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR! /Users/user/.npm/_logs/2018-11-19T10_19_14_555Z-debug.log
users-Air:pdfuploader user$


And the file is in /Users/user/Documents/pdfuploader/public as you can see in my github repository: https://github.com/damianjnc/pdfuploader What can I do about it?










share|improve this question




















  • 1




    Do you run the command from the client directory? Side note: Never commit the node_modules directory. Use .gitignore to ignore it.
    – lependu
    yesterday

















up vote
0
down vote

favorite












I got that error:



users-Air:pdfuploader user$ npm run start




client@0.1.0 start /Users/user/Documents/pdfuploader



react-scripts start




Could not find a required file.
Name: index.html
Searched in: /Users/user/Documents/pdfuploader/public
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! client@0.1.0 start: `react-scripts start`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the client@0.1.0 start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR! /Users/user/.npm/_logs/2018-11-19T10_19_14_555Z-debug.log
users-Air:pdfuploader user$


And the file is in /Users/user/Documents/pdfuploader/public as you can see in my github repository: https://github.com/damianjnc/pdfuploader What can I do about it?










share|improve this question




















  • 1




    Do you run the command from the client directory? Side note: Never commit the node_modules directory. Use .gitignore to ignore it.
    – lependu
    yesterday















up vote
0
down vote

favorite









up vote
0
down vote

favorite











I got that error:



users-Air:pdfuploader user$ npm run start




client@0.1.0 start /Users/user/Documents/pdfuploader



react-scripts start




Could not find a required file.
Name: index.html
Searched in: /Users/user/Documents/pdfuploader/public
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! client@0.1.0 start: `react-scripts start`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the client@0.1.0 start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR! /Users/user/.npm/_logs/2018-11-19T10_19_14_555Z-debug.log
users-Air:pdfuploader user$


And the file is in /Users/user/Documents/pdfuploader/public as you can see in my github repository: https://github.com/damianjnc/pdfuploader What can I do about it?










share|improve this question















I got that error:



users-Air:pdfuploader user$ npm run start




client@0.1.0 start /Users/user/Documents/pdfuploader



react-scripts start




Could not find a required file.
Name: index.html
Searched in: /Users/user/Documents/pdfuploader/public
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! client@0.1.0 start: `react-scripts start`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the client@0.1.0 start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR! /Users/user/.npm/_logs/2018-11-19T10_19_14_555Z-debug.log
users-Air:pdfuploader user$


And the file is in /Users/user/Documents/pdfuploader/public as you can see in my github repository: https://github.com/damianjnc/pdfuploader What can I do about it?







node.js npm






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited yesterday









Mouneer

4,27322037




4,27322037










asked yesterday









Damian Joniec

32




32








  • 1




    Do you run the command from the client directory? Side note: Never commit the node_modules directory. Use .gitignore to ignore it.
    – lependu
    yesterday
















  • 1




    Do you run the command from the client directory? Side note: Never commit the node_modules directory. Use .gitignore to ignore it.
    – lependu
    yesterday










1




1




Do you run the command from the client directory? Side note: Never commit the node_modules directory. Use .gitignore to ignore it.
– lependu
yesterday






Do you run the command from the client directory? Side note: Never commit the node_modules directory. Use .gitignore to ignore it.
– lependu
yesterday



















active

oldest

votes











Your Answer






StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");

StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














 

draft saved


draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53372589%2fnpm-cannot-find-a-required-file-even-through-it-is-in-the-searched-directory%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown






























active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes
















 

draft saved


draft discarded



















































 


draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53372589%2fnpm-cannot-find-a-required-file-even-through-it-is-in-the-searched-directory%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Can a sorcerer learn a 5th-level spell early by creating spell slots using the Font of Magic feature?

ts Property 'filter' does not exist on type '{}'

mat-slide-toggle shouldn't change it's state when I click cancel in confirmation window