at https://angular.io/docs/ts/latest/guide/setup.html, is recommended to use QuickStart seed, here is its package.json, so actually we need to download its dependencies:
"dependencies": { "@angular/common": "~2.4.0", "@angular/compiler": "~2.4.0", "@angular/core": "~2.4.0", "@angular/forms": "~2.4.0", "@angular/http": "~2.4.0", "@angular/platform-browser": "~2.4.0", "@angular/platform-browser-dynamic": "~2.4.0", "@angular/router": "~3.4.0", "angular-in-memory-web-api": "~0.2.4", "systemjs": "0.19.40", "core-js": "^2.4.1", "rxjs": "5.0.1", "zone.js": "^0.7.4" }
you could also create your custom package.json, by running npm init
, copying these dependencies (or most of them) and than running npm install
with your package.json
Related Posts:
- npm WARN … requires a peer of … but none is installed. You must install peer dependencies yourself
- Can’t bind to ‘ngModel’ since it isn’t a known property of ‘input’
- Angular: mat-form-field must contain a MatFormFieldControl
- (change) vs (ngModelChange) in angular
- Angular ForEach in Angular4/Typescript?
- Angular4 – No value accessor for form control
- What is ViewChild in Angular2?
- Angular 4 setTimeout() with variable delay and wait
- How do I download a file with Angular2 or greater
- Angular 2 Sort table columns
- What is TypeScript and why would I use it in place of JavaScript? [closed]
- ES6 Map in Typescript
- Can’t bind to ‘ngModel’ since it isn’t a known property of ‘input’
- Angular: conditional class with *ngClass
- How to define type for a function callback (as any function type, not universal any) used in a method parameter
- How do I completely uninstall Node.js, and reinstall from beginning (Mac OS X)
- Difference between npx and npm?
- TypeScript foreach return [duplicate]
- TypeScript React.FC
confusion - What is an unhandled promise rejection?
- NPM ELIFECYCLE error – using node server.js command
- how to render a react component using ReactDOM Render
- Node.js – SyntaxError: Unexpected token import
- After $npm install, Getting Error: Cannot find module ‘../lib/utils/unsupported.js’
- Node.js – SyntaxError: Unexpected token import
- How to perform string interpolation in TypeScript?
- Typescript : Property does not exist on type ‘object’
- webpack: Module not found: Error: Can’t resolve (with relative path)
- Cannot find module ‘@angular-devkit/core’
- Node.js Port 3000 already in use but it actually isn’t?
- No value accessor for form control
- Unable to resolve dependency tree error when installing npm packages
- npm – EPERM: operation not permitted on Windows
- Angular: Error no directive with “exportAs” set to “ngForm”
- keep getting “? Something is already running on port 3000” when I do npm start on react app
- Angular 4 setting selected option in Dropdown
- How to use npm jquery module?
- Angular: conditional class with *ngClass
- Possible to extend types in Typescript?
- No overload matches this call. Type ‘string’ is not assignable to type ‘Signals’
- RegExp in TypeScript
- How do you format a Date/Time in TypeScript?
- Node update a specific package
- Angular: conditional class with *ngClass
- Cannot find module ‘internal/fs’ after upgrading to node 7
- How do I check whether an array contains a string in TypeScript?
- Module not found: Error: Can’t resolve ‘fs’ in
- Uncaught ReferenceError: define is not defined typescript
- Angular 2 – Using ‘this’ inside setTimeout
- How to fix Cannot find module ‘typescript’ in Angular 4?
- Local package.json exists, but node_modules missing
- String.Format not work in TypeScript
- npm WARN enoent ENOENT: no such file or directory, open ‘C:\Users\Nuwanst\package.json’
- declaration or statement expected javascript/typescript
- TypeError: Class extends value undefined is not a function or null
- Can’t perform a React state update on an unmounted component
- How to set Angular 4 background image?
- SyntaxError: Unexpected token C in JSON at position 0 – Ionic 2 Http GET request
- Crop the image using JavaScript
- How to use bootstrap 4 in angular 2?
- Maximum call stack size exceeded on npm install
- What does the .subscribe() function do?
- NPM install fails with node-gyp
- Angular 2 Hover event
- events.js: 141 throw er; // Unhandled ‘error’ event
- What are differences between SystemJS and Webpack?
- typescript – cloning object
- How to use forEach loop correctly in angular 2?
- How to use onBlur event on Angular2?
- What is the difference between Bower and npm?
- Using Angular 2 without TypeScript Transpiler
- Array.size() vs Array.length
- Pure JavaScript equivalent of jQuery’s $.ready() – how to call a function when the page/DOM is ready for it [duplicate]
- Get String in YYYYMMDD format from JS date object?
- How to pop an alert message box using PHP?
- How to test valid UUID/GUID?
- How can I remove a character from a string using JavaScript?
- Access Control Request Headers, is added to header in AJAX request with jQuery
- React Js: Uncaught (in promise) SyntaxError: Unexpected token < in JSON at position 0
- How to check if function exists in JavaScript?
- Jquery button click() function is not working
- Make iframe automatically adjust height according to the contents without using scrollbar?
- Uncaught ReferenceError: function is not defined with onclick
- Failed to find a valid digest in the ‘integrity’ attribute for resource on a deployed emberjs application
- Cannot read property ‘getHostNode’ of null
- Eslint: How to disable “unexpected console statement” in Node.js?
- Get the Highlighted/Selected text
- Video auto play is not working in Safari and Chrome desktop browser
- Javascript- Multiplying 2 numbers and return number
- What does the $() function do in JavaScript?
- Restrict file types in the uploader of a wp.media frame
- Gutenberg getMedia() in post query doesn’t return all featured images
- Can I change an external script’s HTML?
- Adding and removing hidden buttons from WordPress Customizer Tinymce widget editor using javascript API
- Cannot use characters ” in jQuery script in WordPress
- How to install cool javascript feature in WordPress?
- jQuery UI Tools (Flowplayer) Issues
- Normal for scripts to be loaded after body tag?
- How to Get Post Meta in .Js File [duplicate]
- JavaScript problem in a WordPress PAGE