ENOENT: no such file or directory, rename '/Users/chrisnwamba/Projects/Pusher/stencil-score-board/node_modules/.staging/@types/node-5e9af05f' -> '/Users/chrisnwamba/Projects/Pusher/stencil-score-board/node_modules/@stencil/core/node_modules/@types/node'
Other information:
I have tried install dependencies for other projects and they work fine so it's not a general problem with npm
Installing with Yarn got it working. Tried on another computer with npm and it worked. Guess it something about my computer that I can't seem to figure out.
Resources: Before submitting an issue, please consult our docs.
Stencil version: (run
npm list @stencil/core
from a terminal/cmd prompt and paste output below):I'm submitting a ... (check one with "x") [x] bug report [ ] feature request [ ] support request => Please do not submit support requests here, use one of these channels: https://forum.ionicframework.com/ or https://stencil-worldwide.slack.com
Current behavior: When running
npm install
Expected behavior: Install all dependecies
Steps to reproduce:
Related code:
Error printed
Other information: I have tried install dependencies for other projects and they work fine so it's not a general problem with
npm