wwwalkerrun / nativescript-ngx-magic

Magically drop a NativeScript app into your Angular web app and reuse all your code.
MIT License
48 stars 8 forks source link

Trying to use module #2

Closed rhanb closed 7 years ago

rhanb commented 7 years ago

Hello,

I wanted to try this new repo, but I've got some issues:

cheers

NathanWalker commented 7 years ago

Hi @rhanbIT - when you say npm i @wwwalkerrun/nativescript-ngx-magic --save doesn't work - I assume you are trying that in a new angular-cli project, not in this repo correct?

The path issues you mentioned are only valid when installed correctly in a valid angular-cli project.

The testing is wip on this repo at moment.

rhanb commented 7 years ago

Hi @NathanWalker ,

Actually yesterday when i was trying npm i @wwwalkerrun/nativescript-ngx-magic --save, i got a 404 error.

The paths were wrong for a new angular-cli project because I published a temp module (because of the 404 error) but without the @wwwalkerrun parent folder, my bad..

Thanks for your answer :)