install fails when trying to install shoe/sockjs-client
See original GitHub issueI 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 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:
- Created 6 years ago
- Reactions:3
- Comments:16
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Looks like this is an npm issue. A workaround would be to use an older version of npm:
+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