Open michal-dobrzycki-coderslab opened 3 years ago
Not sure why it would do it, never seen this before on attendee’s windows laptop
Sent from my iPhone
On Oct 21, 2021, at 15:53, Michał Dobrzycki @.***> wrote:
Windows 10
λ npm -v 6.14.15
λ node -v v14.18.1 Error when installing from root npm install
npm ERR! code ENOENT npm ERR! syscall rename npm ERR! path @.\is npm ERR! dest @..is.DELETE npm ERR! errno -4058 npm ERR! enoent ENOENT: no such file or directory, rename @.\is' -> @..is.DELETE' npm ERR! enoent This is related to npm not being able to find a file. npm ERR! enoent
npm ERR! A complete log of this run can be found in: npm ERR! C:\Users[user]\AppData\Roaming\npm-cache_logs\2021-10-21T19_50_48_460Z-debug.log npm ERR! code ELIFECYCLE npm ERR! errno 4294963238 npm ERR! @. postinstall:
npm install --prefix todomvc
npm ERR! Exit status 4294963238 npm ERR! npm ERR! Failed at the @. postinstall 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! C:\Users[user]\AppData\Roaming\npm-cache_logs\2021-10-21T19_50_48_873Z-debug.log npm ERR! code ELIFECYCLE npm ERR! errno 4294963238 npm ERR! @. postinstall:
npm install --prefix todomvc
npm ERR! Exit status 4294963238 npm ERR! npm ERR! Failed at the @. postinstall 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! C:\Users[user]\AppData\Roaming\npm-cache_logs\2021-10-21T19_50_48_942Z-debug.log It also creates a bunch of files inside /todomvc folder
λ git st On branch main Your branch is up to date with 'origin/main'.
Untracked files: (use "git add
..." to include in what will be committed) is-ci is-ci.cmd is-ci.ps1 json-server json-server.cmd json-server.ps1 mime mime.cmd mime.ps1 nanoid nanoid.cmd nanoid.ps1 rc rc.cmd rc.ps1 semver semver.cmd semver.ps1 — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.
Windows 10
Error when installing from root
npm install
It also creates a bunch of files inside
/todomvc
folder