Path must be a string. Received undefined
up vote
-1
down vote
favorite
When I create React App, I counter an error(image below).
I use npm (v6.4), node (v8.9).
Can someone guide me?
reactjs react-native path npm-install create-react-app
add a comment |
up vote
-1
down vote
favorite
When I create React App, I counter an error(image below).
I use npm (v6.4), node (v8.9).
Can someone guide me?
reactjs react-native path npm-install create-react-app
Please, post some of your code in order to clarify your question.
– GrafiCode Studio
Nov 8 at 17:57
i don't code yet, bro, i just only create react app
– Lê Công Chính
Nov 8 at 18:11
Can you try using node v10+ ?
– jabsatz
Nov 8 at 18:31
i tried to use node v10.13 but it's still error :(
– Lê Công Chính
Nov 8 at 19:32
add a comment |
up vote
-1
down vote
favorite
up vote
-1
down vote
favorite
When I create React App, I counter an error(image below).
I use npm (v6.4), node (v8.9).
Can someone guide me?
reactjs react-native path npm-install create-react-app
When I create React App, I counter an error(image below).
I use npm (v6.4), node (v8.9).
Can someone guide me?
reactjs react-native path npm-install create-react-app
reactjs react-native path npm-install create-react-app
edited Nov 8 at 19:22
kit
566116
566116
asked Nov 8 at 17:04
Lê Công Chính
1
1
Please, post some of your code in order to clarify your question.
– GrafiCode Studio
Nov 8 at 17:57
i don't code yet, bro, i just only create react app
– Lê Công Chính
Nov 8 at 18:11
Can you try using node v10+ ?
– jabsatz
Nov 8 at 18:31
i tried to use node v10.13 but it's still error :(
– Lê Công Chính
Nov 8 at 19:32
add a comment |
Please, post some of your code in order to clarify your question.
– GrafiCode Studio
Nov 8 at 17:57
i don't code yet, bro, i just only create react app
– Lê Công Chính
Nov 8 at 18:11
Can you try using node v10+ ?
– jabsatz
Nov 8 at 18:31
i tried to use node v10.13 but it's still error :(
– Lê Công Chính
Nov 8 at 19:32
Please, post some of your code in order to clarify your question.
– GrafiCode Studio
Nov 8 at 17:57
Please, post some of your code in order to clarify your question.
– GrafiCode Studio
Nov 8 at 17:57
i don't code yet, bro, i just only create react app
– Lê Công Chính
Nov 8 at 18:11
i don't code yet, bro, i just only create react app
– Lê Công Chính
Nov 8 at 18:11
Can you try using node v10+ ?
– jabsatz
Nov 8 at 18:31
Can you try using node v10+ ?
– jabsatz
Nov 8 at 18:31
i tried to use node v10.13 but it's still error :(
– Lê Công Chính
Nov 8 at 19:32
i tried to use node v10.13 but it's still error :(
– Lê Công Chính
Nov 8 at 19:32
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
Try using a higher version of node.
npm install -g npm@5.8.0
npm install -g npx@10.0.1
Also make sure that nvm path is added to your system variables.
Take a look at this: https://github.com/zkat/npx/issues/144
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
Try using a higher version of node.
npm install -g npm@5.8.0
npm install -g npx@10.0.1
Also make sure that nvm path is added to your system variables.
Take a look at this: https://github.com/zkat/npx/issues/144
add a comment |
up vote
0
down vote
Try using a higher version of node.
npm install -g npm@5.8.0
npm install -g npx@10.0.1
Also make sure that nvm path is added to your system variables.
Take a look at this: https://github.com/zkat/npx/issues/144
add a comment |
up vote
0
down vote
up vote
0
down vote
Try using a higher version of node.
npm install -g npm@5.8.0
npm install -g npx@10.0.1
Also make sure that nvm path is added to your system variables.
Take a look at this: https://github.com/zkat/npx/issues/144
Try using a higher version of node.
npm install -g npm@5.8.0
npm install -g npx@10.0.1
Also make sure that nvm path is added to your system variables.
Take a look at this: https://github.com/zkat/npx/issues/144
answered Nov 8 at 20:58
Machalvan
12
12
add a comment |
add a comment |
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%2f53212734%2fpath-must-be-a-string-received-undefined%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
Please, post some of your code in order to clarify your question.
– GrafiCode Studio
Nov 8 at 17:57
i don't code yet, bro, i just only create react app
– Lê Công Chính
Nov 8 at 18:11
Can you try using node v10+ ?
– jabsatz
Nov 8 at 18:31
i tried to use node v10.13 but it's still error :(
– Lê Công Chính
Nov 8 at 19:32