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?
node.js npm
add a comment |
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?
node.js npm
1
Do you run the command from theclient
directory? Side note: Never commit thenode_modules
directory. Use .gitignore to ignore it.
– lependu
Nov 19 at 10:39
add a comment |
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?
node.js npm
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
node.js npm
edited Nov 19 at 10:48
Mouneer
4,31322037
4,31322037
asked Nov 19 at 10:26
Damian Joniec
33
33
1
Do you run the command from theclient
directory? Side note: Never commit thenode_modules
directory. Use .gitignore to ignore it.
– lependu
Nov 19 at 10:39
add a comment |
1
Do you run the command from theclient
directory? Side note: Never commit thenode_modules
directory. Use .gitignore to ignore it.
– lependu
Nov 19 at 10:39
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
Nov 19 at 10:39
Do you run the command from the
client
directory? Side note: Never commit the node_modules
directory. Use .gitignore to ignore it.– lependu
Nov 19 at 10:39
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
1
Do you run the command from the
client
directory? Side note: Never commit thenode_modules
directory. Use .gitignore to ignore it.– lependu
Nov 19 at 10:39