You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to install K as local user, but I got this error:
fausap@fausap-Latitude-E5470:~/k$ npm i @kparc/k
npm ERR! code ENOSELF
npm ERR! Refusing to install package with name "@kparc/k" under a package
npm ERR! also called "@kparc/k". Did you name your project the same
npm ERR! as the dependency you're installing?
npm ERR!
npm ERR! For more information, see:
npm ERR! <https://docs.npmjs.com/cli/install#limitations-of-npms-install-algorithm>
npm ERR! A complete log of this run can be found in:
npm ERR! /home/fausap/.npm/_logs/2021-04-30T12_27_56_635Z-debug.log
Am I missing something?
thanks,
Fausto
The text was updated successfully, but these errors were encountered:
Hello
As the error suggests, your’re trying to install the package into itself.
Navigating out of ~/k should do the trick.
k.
On Fri, 30 Apr 2021 at 14:30, Fausto Saporito ***@***.***> wrote:
Hello
I'm trying to install K as local user, but I got this error:
***@***.***Latitude-E5470:~/k$ npm i @kparc/k
npm ERR! code ENOSELF
npm ERR! Refusing to install package with name ***@***.***/k" under a package
npm ERR! also called ***@***.***/k". Did you name your project the same
npm ERR! as the dependency you're installing?
npm ERR!
npm ERR! For more information, see:
npm ERR! <https://docs.npmjs.com/cli/install#limitations-of-npms-install-algorithm>
npm ERR! A complete log of this run can be found in:
npm ERR! /home/fausap/.npm/_logs/2021-04-30T12_27_56_635Z-debug.log
Am I missing something?
thanks,
Fausto
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#22>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AALVXXURHDCM2UVOY5LLCNTTLKPFJANCNFSM434D54SQ>
.
Hello
I'm trying to install K as local user, but I got this error:
Am I missing something?
thanks,
Fausto
The text was updated successfully, but these errors were encountered: