-
Notifications
You must be signed in to change notification settings - Fork 12k
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
Cannot find module 'rxjs/Subject' on ng help
#4363
Comments
uninstall node_modules install it again, then run ng serve |
Why run |
Uninstall angular cli |
That worked to me on windows and mac |
This remains an issue for me after uninstalling |
Same problem here, with both beta 28 and 29. |
Same here npm install -g rxjx npm ERR! 404 Registry returned 404 for GET on https://registry.npmjs.org/rxjx |
@DirtyB you probably want to run |
@beeman |
OS?
Versions.
@angular/cli: 1.0.0-beta.29 Repro steps.
run The log given by the failure.
Mention any other details that might be useful.
See #4357 for similar issues and discussion. |
Hi, someone can help me....please ==>This is my node properties : When i run ng serve i have that error: Cannot find module 'rxjs/symbol/observable' npm ERR! Windows_NT 10.0.14393 npm ERR! Please include the following file with any support request: ==> This my package.json thanks for your help |
@git-wylson |
I already do that but i have the same issue |
thank @beeman after running npm install rxjs --save-dev, i fix the problem, fallbackLoader option has been deprecated - replace with "fallback" npm ERR! Windows_NT 10.0.14393 npm ERR! Please include the following file with any support request: Any idea ? |
@git-wylson I think it makes sense to do the following:
|
@beeman sorry, I do that but i have the same error |
Still stuck at TypeError: Cannot read property 'length' of undefined after trying all the suggestions so far. Completely hosed my build! Help! EDIT - Here's my package.json { And angular-cli.json - { |
Same issue! Windows 7 with latest version of node and npm.
|
Some steps to troubleshoot this issue: Clean up
Reinstall
This should get a working version. If you tried this and it does not work, please submit your package.json as that will probably contain something that gets in the way from this working correctly. For reference, this is what the dependencies of an app installed with
|
Closing as this does not happen with latest, to the best of my knowledge. If you're still experiencing it, have a look at @beeman's excelent writeup in #4363 (comment) to be sure your dependencies are up to date. |
In our case using 'npm --version 4.2.0 |
@crutchcorn you are my new king |
followed the steps outlined by Beeman above. Still encountering the error Error: Cannot find module 'rxjs/add/operator/filter' |
Try this for import: |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
OS?
Windows 10
Versions.
Repro steps.
On a clean install of Windows, install Node.js 6.9.4 x64
npm install -g angular-cli
The log given by the failure.
Mention any other details that might be useful.
I was able to solve this issue by running
npm install -g rxjs
The text was updated successfully, but these errors were encountered: