brakmic / Angular-VR-Starter

:eyeglasses: Virtual Reality with A-Frame & Angular
http://brakmic.com/demos/vrdemo/
MIT License
84 stars 24 forks source link

Cannot find module #4

Closed aammfe closed 7 years ago

aammfe commented 7 years ago

Hi! i just clone this repo , and facing this error.

TSLint error:: Initialization error (tslint). Cannot find module 'E:\Angular\Angular-VR-Starter\node_modules\tslint'

i m new to angular and A-Frame , Kindly can u guide me what wrong with this...?

brakmic commented 7 years ago

Install tslint globally:

npm i -g tslint

Regards,

aammfe commented 7 years ago

As i told u before i m new to Angular. is there any One stop solution for me..?

just install that , and every thing start working fine ?

image

brakmic commented 7 years ago

There's no such thing like "autoinstall" when dealing with complexities of Angular, A-Frame and WebPack together. This project is not for node/angular-beginners.

In the above case you'll also need a proper (global) webpack installation. However, I'm not providing angular/node support here. You'll have to consult their docs first.

This installs webpack globally, but again: this project is not for beginners.

npm i -g webpack  
aammfe commented 7 years ago

Thanx 👍