stencil-community / stencil-app-starter

Minimal starter project for building web components with Stencil
https://github.com/ionic-team/stencil
MIT License
320 stars 102 forks source link

npm install keeps failing #19

Closed christiannwamba closed 7 years ago

christiannwamba commented 7 years ago

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):

NONE

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

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

christiannwamba commented 7 years ago

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.