Skip to content

Break on npm install #13

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
conilas opened this issue Feb 22, 2018 · 1 comment
Closed

Break on npm install #13

conilas opened this issue Feb 22, 2018 · 1 comment

Comments

@conilas
Copy link

conilas commented Feb 22, 2018

This seems to be an issue.

I tried to install using the command listed on the readme section, but after doing npm install react-native-radar i tried react-native link and got the following:

`module.js:471
throw err;
^

Error: Cannot find module 'rxjs/add/operator/map'
at Function.Module._resolveFilename (module.js:469:15)
at Function.Module._load (module.js:417:25)
at Module.require (module.js:497:17)
at require (internal/module.js:20:19)
at Object. (C:\projectang\node_modules@angular-devkit\core\src\l
ogger\indent.js:10:1)
at Module._compile (module.js:570:32)
at Object.Module._extensions..js (module.js:579:10)
at Module.load (module.js:487:32)
at tryModuleLoad (module.js:446:12)
at Function.Module._load (module.js:438:3)
`

@nickpatrick
Copy link
Contributor

Hey, I suspect that this issue is caused by rxjs or another dependency, not Radar. See angular/angular-cli#9190. Let us know if you find differently.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants