You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a new folder, I ran jspm init and used all the defaults under Quick setup. It was successful in downloading SystemJS. When trying to install [email protected] I received the following.
$ jspm install angular2
Updating registry cache...
Downloading npm:[email protected]
ok Installed peer es6-promise to npm:es6-promise@^3.0.2 (3.1.2)
ok Installed peer es6-shim to npm:es6-shim@^0.33.3 (0.33.13)
ok Installed peer reflect-metadata to npm:[email protected] (0.1.2)
ok Installed peer zone.js to npm:[email protected] (0.5.15)
ok Installed peer rxjs to npm:[email protected] (5.0.0-beta.2)
ok Installed peer process to github:jspm/nodelibs-process@^0.2.0-alpha (0.2.0-alpha)
[1] 31382 killed jspm install angular2
Unfortunately jspm does use quite a lot of memory. Reducing this footprint in future will be an ongoing task, and something best worked around in the mean time.
In a new folder, I ran
jspm init
and used all the defaults underQuick
setup. It was successful in downloadingSystemJS
. When trying to install[email protected]
I received the following.Attempting again, I got:
Running
dmesg
:This is on a fresh $5/mo (512MB RAM, 1 Core) box from DigitalOcean.
Any help would be appreciated. Thanks!
The text was updated successfully, but these errors were encountered: