npm explore - The “path” argument must be of type string. Received type undefined
Executing 'npm explore vue' generates this error:
The "path" argument must be of type string. Received type undefined
Complete log:
0 info it worked if it ends with ok
1 verbose cli [ 'C:\Program Files\nodejs\node.exe',
1 verbose cli 'C:\Users\Jaimy\AppData\Roaming\npm\node_modules\npm\bin\npm-cli.js',
1 verbose cli 'explore',
1 verbose cli 'vue' ]
2 info using npm@6.4.1
3 info using node@v10.15.1
4 verbose config Skipping project config: C:UsersJaimy/.npmrc. (matches userconfig)
5 verbose stack TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string. Received type undefined
5 verbose stack at assertPath (path.js:39:11)
5 verbose stack at Object.normalize (path.js:285:5)
5 verbose stack at escapify (C:UsersJaimyAppDataRoamingnpmnode_modulesnpmlibutilsescape-exec-path.js:24:17)
5 verbose stack at EventEmitter.explore (C:UsersJaimyAppDataRoamingnpmnode_modulesnpmlibexplore.js:27:21)
5 verbose stack at Object.commandCache.(anonymous function) (C:UsersJaimyAppDataRoamingnpmnode_modulesnpmlibnpm.js:159:13)
5 verbose stack at EventEmitter.<anonymous> (C:UsersJaimyAppDataRoamingnpmnode_modulesnpmbinnpm-cli.js:131:30)
5 verbose stack at process._tickCallback (internal/process/next_tick.js:61:11)
6 verbose cwd C:UsersJaimy
7 verbose Windows_NT 10.0.17134
8 verbose argv "C:\Program Files\nodejs\node.exe" "C:\Users\Jaimy\AppData\Roaming\npm\node_modules\npm\bin\npm-cli.js" "explore" "vue"
9 verbose node v10.15.1
10 verbose npm v6.4.1
11 error code ERR_INVALID_ARG_TYPE
12 error The "path" argument must be of type string. Received type undefined
13 verbose exit [ 1, true ]
It used to work completely fine before with the same versions of node and npm.
javascript node.js
add a comment |
Executing 'npm explore vue' generates this error:
The "path" argument must be of type string. Received type undefined
Complete log:
0 info it worked if it ends with ok
1 verbose cli [ 'C:\Program Files\nodejs\node.exe',
1 verbose cli 'C:\Users\Jaimy\AppData\Roaming\npm\node_modules\npm\bin\npm-cli.js',
1 verbose cli 'explore',
1 verbose cli 'vue' ]
2 info using npm@6.4.1
3 info using node@v10.15.1
4 verbose config Skipping project config: C:UsersJaimy/.npmrc. (matches userconfig)
5 verbose stack TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string. Received type undefined
5 verbose stack at assertPath (path.js:39:11)
5 verbose stack at Object.normalize (path.js:285:5)
5 verbose stack at escapify (C:UsersJaimyAppDataRoamingnpmnode_modulesnpmlibutilsescape-exec-path.js:24:17)
5 verbose stack at EventEmitter.explore (C:UsersJaimyAppDataRoamingnpmnode_modulesnpmlibexplore.js:27:21)
5 verbose stack at Object.commandCache.(anonymous function) (C:UsersJaimyAppDataRoamingnpmnode_modulesnpmlibnpm.js:159:13)
5 verbose stack at EventEmitter.<anonymous> (C:UsersJaimyAppDataRoamingnpmnode_modulesnpmbinnpm-cli.js:131:30)
5 verbose stack at process._tickCallback (internal/process/next_tick.js:61:11)
6 verbose cwd C:UsersJaimy
7 verbose Windows_NT 10.0.17134
8 verbose argv "C:\Program Files\nodejs\node.exe" "C:\Users\Jaimy\AppData\Roaming\npm\node_modules\npm\bin\npm-cli.js" "explore" "vue"
9 verbose node v10.15.1
10 verbose npm v6.4.1
11 error code ERR_INVALID_ARG_TYPE
12 error The "path" argument must be of type string. Received type undefined
13 verbose exit [ 1, true ]
It used to work completely fine before with the same versions of node and npm.
javascript node.js
add a comment |
Executing 'npm explore vue' generates this error:
The "path" argument must be of type string. Received type undefined
Complete log:
0 info it worked if it ends with ok
1 verbose cli [ 'C:\Program Files\nodejs\node.exe',
1 verbose cli 'C:\Users\Jaimy\AppData\Roaming\npm\node_modules\npm\bin\npm-cli.js',
1 verbose cli 'explore',
1 verbose cli 'vue' ]
2 info using npm@6.4.1
3 info using node@v10.15.1
4 verbose config Skipping project config: C:UsersJaimy/.npmrc. (matches userconfig)
5 verbose stack TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string. Received type undefined
5 verbose stack at assertPath (path.js:39:11)
5 verbose stack at Object.normalize (path.js:285:5)
5 verbose stack at escapify (C:UsersJaimyAppDataRoamingnpmnode_modulesnpmlibutilsescape-exec-path.js:24:17)
5 verbose stack at EventEmitter.explore (C:UsersJaimyAppDataRoamingnpmnode_modulesnpmlibexplore.js:27:21)
5 verbose stack at Object.commandCache.(anonymous function) (C:UsersJaimyAppDataRoamingnpmnode_modulesnpmlibnpm.js:159:13)
5 verbose stack at EventEmitter.<anonymous> (C:UsersJaimyAppDataRoamingnpmnode_modulesnpmbinnpm-cli.js:131:30)
5 verbose stack at process._tickCallback (internal/process/next_tick.js:61:11)
6 verbose cwd C:UsersJaimy
7 verbose Windows_NT 10.0.17134
8 verbose argv "C:\Program Files\nodejs\node.exe" "C:\Users\Jaimy\AppData\Roaming\npm\node_modules\npm\bin\npm-cli.js" "explore" "vue"
9 verbose node v10.15.1
10 verbose npm v6.4.1
11 error code ERR_INVALID_ARG_TYPE
12 error The "path" argument must be of type string. Received type undefined
13 verbose exit [ 1, true ]
It used to work completely fine before with the same versions of node and npm.
javascript node.js
Executing 'npm explore vue' generates this error:
The "path" argument must be of type string. Received type undefined
Complete log:
0 info it worked if it ends with ok
1 verbose cli [ 'C:\Program Files\nodejs\node.exe',
1 verbose cli 'C:\Users\Jaimy\AppData\Roaming\npm\node_modules\npm\bin\npm-cli.js',
1 verbose cli 'explore',
1 verbose cli 'vue' ]
2 info using npm@6.4.1
3 info using node@v10.15.1
4 verbose config Skipping project config: C:UsersJaimy/.npmrc. (matches userconfig)
5 verbose stack TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string. Received type undefined
5 verbose stack at assertPath (path.js:39:11)
5 verbose stack at Object.normalize (path.js:285:5)
5 verbose stack at escapify (C:UsersJaimyAppDataRoamingnpmnode_modulesnpmlibutilsescape-exec-path.js:24:17)
5 verbose stack at EventEmitter.explore (C:UsersJaimyAppDataRoamingnpmnode_modulesnpmlibexplore.js:27:21)
5 verbose stack at Object.commandCache.(anonymous function) (C:UsersJaimyAppDataRoamingnpmnode_modulesnpmlibnpm.js:159:13)
5 verbose stack at EventEmitter.<anonymous> (C:UsersJaimyAppDataRoamingnpmnode_modulesnpmbinnpm-cli.js:131:30)
5 verbose stack at process._tickCallback (internal/process/next_tick.js:61:11)
6 verbose cwd C:UsersJaimy
7 verbose Windows_NT 10.0.17134
8 verbose argv "C:\Program Files\nodejs\node.exe" "C:\Users\Jaimy\AppData\Roaming\npm\node_modules\npm\bin\npm-cli.js" "explore" "vue"
9 verbose node v10.15.1
10 verbose npm v6.4.1
11 error code ERR_INVALID_ARG_TYPE
12 error The "path" argument must be of type string. Received type undefined
13 verbose exit [ 1, true ]
It used to work completely fine before with the same versions of node and npm.
javascript node.js
javascript node.js
asked Feb 3 at 9:41
JaimyJaimy
11
11
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
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',
autoActivateHeartbeat: false,
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
});
}
});
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%2fsuperuser.com%2fquestions%2f1401527%2fnpm-explore-the-path-argument-must-be-of-type-string-received-type-undefine%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Super User!
- 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%2fsuperuser.com%2fquestions%2f1401527%2fnpm-explore-the-path-argument-must-be-of-type-string-received-type-undefine%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