Cannot find module 'cli-cursor' vue-cli
i installed vue-cli
but when i run
vue create -f name
i get this error :
internal/modules/cjs/loader.js:583
throw err;
^
Error: Cannot find module 'cli-cursor'
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:581:15)
at Function.Module._load (internal/modules/cjs/loader.js:507:25)
at Module.require (internal/modules/cjs/loader.js:637:17)
at require (internal/modules/cjs/helpers.js:20:18)
at Object.<anonymous> (C:UsersmrkinixAppDataRoamingnpmnode_modules@vueclinode_modulesinquirerlibpromptslist.js:9:17) at Module._compile (internal/modules/cjs/loader.js:689:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:700:10) at Module.load (internal/modules/cjs/loader.js:599:32)
at tryModuleLoad (internal/modules/cjs/loader.js:538:12) at Function.Module._load (internal/modules/cjs/loader.js:530:3)
PS D:New folder>
vue.js
add a comment |
i installed vue-cli
but when i run
vue create -f name
i get this error :
internal/modules/cjs/loader.js:583
throw err;
^
Error: Cannot find module 'cli-cursor'
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:581:15)
at Function.Module._load (internal/modules/cjs/loader.js:507:25)
at Module.require (internal/modules/cjs/loader.js:637:17)
at require (internal/modules/cjs/helpers.js:20:18)
at Object.<anonymous> (C:UsersmrkinixAppDataRoamingnpmnode_modules@vueclinode_modulesinquirerlibpromptslist.js:9:17) at Module._compile (internal/modules/cjs/loader.js:689:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:700:10) at Module.load (internal/modules/cjs/loader.js:599:32)
at tryModuleLoad (internal/modules/cjs/loader.js:538:12) at Function.Module._load (internal/modules/cjs/loader.js:530:3)
PS D:New folder>
vue.js
add a comment |
i installed vue-cli
but when i run
vue create -f name
i get this error :
internal/modules/cjs/loader.js:583
throw err;
^
Error: Cannot find module 'cli-cursor'
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:581:15)
at Function.Module._load (internal/modules/cjs/loader.js:507:25)
at Module.require (internal/modules/cjs/loader.js:637:17)
at require (internal/modules/cjs/helpers.js:20:18)
at Object.<anonymous> (C:UsersmrkinixAppDataRoamingnpmnode_modules@vueclinode_modulesinquirerlibpromptslist.js:9:17) at Module._compile (internal/modules/cjs/loader.js:689:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:700:10) at Module.load (internal/modules/cjs/loader.js:599:32)
at tryModuleLoad (internal/modules/cjs/loader.js:538:12) at Function.Module._load (internal/modules/cjs/loader.js:530:3)
PS D:New folder>
vue.js
i installed vue-cli
but when i run
vue create -f name
i get this error :
internal/modules/cjs/loader.js:583
throw err;
^
Error: Cannot find module 'cli-cursor'
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:581:15)
at Function.Module._load (internal/modules/cjs/loader.js:507:25)
at Module.require (internal/modules/cjs/loader.js:637:17)
at require (internal/modules/cjs/helpers.js:20:18)
at Object.<anonymous> (C:UsersmrkinixAppDataRoamingnpmnode_modules@vueclinode_modulesinquirerlibpromptslist.js:9:17) at Module._compile (internal/modules/cjs/loader.js:689:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:700:10) at Module.load (internal/modules/cjs/loader.js:599:32)
at tryModuleLoad (internal/modules/cjs/loader.js:538:12) at Function.Module._load (internal/modules/cjs/loader.js:530:3)
PS D:New folder>
vue.js
vue.js
asked Nov 12 '18 at 13:03
MrkinixMrkinix
397
397
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Install cli-cursor
globally using npm
or yarn
:
$ npm install -g cli-cursor
or,
$ yarn global add cli-cursor
i got this : " npm notice save cli-cursor is being moved from dependencies to devDependencies npm WARN new-folder@1.0.0 No description npm WARN new-folder@1.0.0 No repository field. + cli-cursor@2.1.0 updated 1 package and audited 10 packages in 2.558s found 0 vulnerabilities " and then when i run the command i still get the same error
– Mrkinix
Nov 12 '18 at 13:06
Maybe,cli-cursor
should be kept in dependencies.. can you try removingnode_modules
?rm -rf node_modules; npm install
– Sajib Khan
Nov 12 '18 at 13:09
still not working
– Mrkinix
Nov 12 '18 at 13:13
doescli-cursor
module exist insidenode_modules/
?
– Sajib Khan
Nov 12 '18 at 13:14
D:. └───node_modules ├───cli-cursor ├───mimic-fn ├───onetime ├───restore-cursor ├───signal-exit └───vue-router ├───dist └───types
– Mrkinix
Nov 12 '18 at 13:15
|
show 2 more comments
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',
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%2fstackoverflow.com%2fquestions%2f53262780%2fcannot-find-module-cli-cursor-vue-cli%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Install cli-cursor
globally using npm
or yarn
:
$ npm install -g cli-cursor
or,
$ yarn global add cli-cursor
i got this : " npm notice save cli-cursor is being moved from dependencies to devDependencies npm WARN new-folder@1.0.0 No description npm WARN new-folder@1.0.0 No repository field. + cli-cursor@2.1.0 updated 1 package and audited 10 packages in 2.558s found 0 vulnerabilities " and then when i run the command i still get the same error
– Mrkinix
Nov 12 '18 at 13:06
Maybe,cli-cursor
should be kept in dependencies.. can you try removingnode_modules
?rm -rf node_modules; npm install
– Sajib Khan
Nov 12 '18 at 13:09
still not working
– Mrkinix
Nov 12 '18 at 13:13
doescli-cursor
module exist insidenode_modules/
?
– Sajib Khan
Nov 12 '18 at 13:14
D:. └───node_modules ├───cli-cursor ├───mimic-fn ├───onetime ├───restore-cursor ├───signal-exit └───vue-router ├───dist └───types
– Mrkinix
Nov 12 '18 at 13:15
|
show 2 more comments
Install cli-cursor
globally using npm
or yarn
:
$ npm install -g cli-cursor
or,
$ yarn global add cli-cursor
i got this : " npm notice save cli-cursor is being moved from dependencies to devDependencies npm WARN new-folder@1.0.0 No description npm WARN new-folder@1.0.0 No repository field. + cli-cursor@2.1.0 updated 1 package and audited 10 packages in 2.558s found 0 vulnerabilities " and then when i run the command i still get the same error
– Mrkinix
Nov 12 '18 at 13:06
Maybe,cli-cursor
should be kept in dependencies.. can you try removingnode_modules
?rm -rf node_modules; npm install
– Sajib Khan
Nov 12 '18 at 13:09
still not working
– Mrkinix
Nov 12 '18 at 13:13
doescli-cursor
module exist insidenode_modules/
?
– Sajib Khan
Nov 12 '18 at 13:14
D:. └───node_modules ├───cli-cursor ├───mimic-fn ├───onetime ├───restore-cursor ├───signal-exit └───vue-router ├───dist └───types
– Mrkinix
Nov 12 '18 at 13:15
|
show 2 more comments
Install cli-cursor
globally using npm
or yarn
:
$ npm install -g cli-cursor
or,
$ yarn global add cli-cursor
Install cli-cursor
globally using npm
or yarn
:
$ npm install -g cli-cursor
or,
$ yarn global add cli-cursor
edited Nov 12 '18 at 13:22
answered Nov 12 '18 at 13:04
Sajib KhanSajib Khan
10.6k42942
10.6k42942
i got this : " npm notice save cli-cursor is being moved from dependencies to devDependencies npm WARN new-folder@1.0.0 No description npm WARN new-folder@1.0.0 No repository field. + cli-cursor@2.1.0 updated 1 package and audited 10 packages in 2.558s found 0 vulnerabilities " and then when i run the command i still get the same error
– Mrkinix
Nov 12 '18 at 13:06
Maybe,cli-cursor
should be kept in dependencies.. can you try removingnode_modules
?rm -rf node_modules; npm install
– Sajib Khan
Nov 12 '18 at 13:09
still not working
– Mrkinix
Nov 12 '18 at 13:13
doescli-cursor
module exist insidenode_modules/
?
– Sajib Khan
Nov 12 '18 at 13:14
D:. └───node_modules ├───cli-cursor ├───mimic-fn ├───onetime ├───restore-cursor ├───signal-exit └───vue-router ├───dist └───types
– Mrkinix
Nov 12 '18 at 13:15
|
show 2 more comments
i got this : " npm notice save cli-cursor is being moved from dependencies to devDependencies npm WARN new-folder@1.0.0 No description npm WARN new-folder@1.0.0 No repository field. + cli-cursor@2.1.0 updated 1 package and audited 10 packages in 2.558s found 0 vulnerabilities " and then when i run the command i still get the same error
– Mrkinix
Nov 12 '18 at 13:06
Maybe,cli-cursor
should be kept in dependencies.. can you try removingnode_modules
?rm -rf node_modules; npm install
– Sajib Khan
Nov 12 '18 at 13:09
still not working
– Mrkinix
Nov 12 '18 at 13:13
doescli-cursor
module exist insidenode_modules/
?
– Sajib Khan
Nov 12 '18 at 13:14
D:. └───node_modules ├───cli-cursor ├───mimic-fn ├───onetime ├───restore-cursor ├───signal-exit └───vue-router ├───dist └───types
– Mrkinix
Nov 12 '18 at 13:15
i got this : " npm notice save cli-cursor is being moved from dependencies to devDependencies npm WARN new-folder@1.0.0 No description npm WARN new-folder@1.0.0 No repository field. + cli-cursor@2.1.0 updated 1 package and audited 10 packages in 2.558s found 0 vulnerabilities " and then when i run the command i still get the same error
– Mrkinix
Nov 12 '18 at 13:06
i got this : " npm notice save cli-cursor is being moved from dependencies to devDependencies npm WARN new-folder@1.0.0 No description npm WARN new-folder@1.0.0 No repository field. + cli-cursor@2.1.0 updated 1 package and audited 10 packages in 2.558s found 0 vulnerabilities " and then when i run the command i still get the same error
– Mrkinix
Nov 12 '18 at 13:06
Maybe,
cli-cursor
should be kept in dependencies.. can you try removing node_modules
? rm -rf node_modules; npm install
– Sajib Khan
Nov 12 '18 at 13:09
Maybe,
cli-cursor
should be kept in dependencies.. can you try removing node_modules
? rm -rf node_modules; npm install
– Sajib Khan
Nov 12 '18 at 13:09
still not working
– Mrkinix
Nov 12 '18 at 13:13
still not working
– Mrkinix
Nov 12 '18 at 13:13
does
cli-cursor
module exist inside node_modules/
?– Sajib Khan
Nov 12 '18 at 13:14
does
cli-cursor
module exist inside node_modules/
?– Sajib Khan
Nov 12 '18 at 13:14
D:. └───node_modules ├───cli-cursor ├───mimic-fn ├───onetime ├───restore-cursor ├───signal-exit └───vue-router ├───dist └───types
– Mrkinix
Nov 12 '18 at 13:15
D:. └───node_modules ├───cli-cursor ├───mimic-fn ├───onetime ├───restore-cursor ├───signal-exit └───vue-router ├───dist └───types
– Mrkinix
Nov 12 '18 at 13:15
|
show 2 more comments
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.
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%2f53262780%2fcannot-find-module-cli-cursor-vue-cli%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