question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

install fails when trying to install shoe/sockjs-client

See original GitHub issue

I can’t install tiny-care-terminal using npm. I get the following error, although I have git-status installed and other npm packages install without issues.

I have tried getting rid of node and reinstalling from scratch, but the error persists. I’m running MacOs High Sierra with the latest XCode and installed node via Homebrew

npm WARN deprecated phantom@0.8.4: v1 is no longer maintained, please upgrade to v2.0+ as soon possible.
npm WARN deprecated win-spawn@2.0.0: use [cross-spawn](https://github.com/IndigoUnited/node-cross-spawn) or [cross-spawn-async](https://github.com/IndigoUnited/node-cross-spawn-async) instead.
npm WARN deprecated node-uuid@1.3.3: Use uuid module instead
npm WARN tiny-care-terminal@1.3.2 requires a peer of git-standup@^2.1.8 but none is installed. You must install peer dependencies yourself.

npm ERR! path /Users/renata/.nvm/versions/node/v8.9.4/lib/node_modules/tiny-care-terminal/node_modules/shoe/node_modules/sockjs-client
npm ERR! code ENOENT
npm ERR! errno -2
npm ERR! syscall rename
npm ERR! enoent ENOENT: no such file or directory, rename '/Users/renata/.nvm/versions/node/v8.9.4/lib/node_modules/tiny-care-terminal/node_modules/shoe/node_modules/sockjs-client' -> '/Users/renata/.nvm/versions/node/v8.9.4/lib/node_modules/tiny-care-terminal/node_modules/shoe/node_modules/.sockjs-client.DELETE'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent

node.log

  • Node Version: v8.9.4
  • tiny-care-terminal version: ersion: '1.3.2',
  • Shell: /bin/bash
  • Terminal Program: iTerm2
  • Operating System: MacOS High Sierra

Thank you!

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:3
  • Comments:16

github_iconTop GitHub Comments

8reactions
mojoaxelcommented, Mar 14, 2018

Looks like this is an npm issue. A workaround would be to use an older version of npm:

npm install -g npm@5.6.0
2reactions
onhernandescommented, Feb 13, 2018

+1 same error, even trying to install tiny-care-terminal first.

npm WARN deprecated phantom@0.8.4: v1 is no longer maintained, please upgrade to v2.0+ as soon possible. npm WARN deprecated win-spawn@2.0.0: use cross-spawn or cross-spawn-async instead. npm WARN deprecated node-uuid@1.3.3: Use uuid module instead npm WARN tiny-care-terminal@1.3.2 requires a peer of git-standup@^2.1.8 but none is installed. You must install peer dependencies yourself.

npm ERR! path /usr/lib/node_modules/tiny-care-terminal/node_modules/shoe/node_modules/sockjs-client npm ERR! code ENOENT npm ERR! errno -2 npm ERR! syscall rename npm ERR! enoent ENOENT: no such file or directory, rename ‘/usr/lib/node_modules/tiny-care-terminal/node_modules/shoe/node_modules/sockjs-client’ -> ‘/usr/lib/node_modules/tiny-care-terminal/node_modules/shoe/node_modules/.sockjs-client.DELETE’ npm ERR! enoent This is related to npm not being able to find a file. npm ERR! enoent

Read more comments on GitHub >

github_iconTop Results From Across the Web

stuck while installing packages. npm ERR! notarget No ...
try out below steps to resolve that error. step 1 - remove your node_modules folder rm -rf node_modules. step 2 -. npm cache...
Read more >
An error occurred installing DigiShoeTool (or ShoeTool). Try ...
Try running a build with signed components first to get it installed properly." Trashing the ShoeTool files resolves this issue: 1. Navigate to...
Read more >
Node.js – stuck while installing packages. npm ERR! notarget ...
i got this Error While installing packages it dont let me install packages please Help. Thanks in Advance. Best Solution. try out below...
Read more >
An error occurred installing Shoe Tool
"An error occurred installing Shoe Tool. Try running a build with signed components first to get it installed properly."
Read more >
dress-shoe - npm Package Health Analysis - Snyk
Learn more about dress-shoe: package health score, popularity, security, ... Install the Snyk CLI and test your project ... Open Issues: 0.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found