Coder Social home page Coder Social logo

angular2-express-slim's Introduction

angular2-express-slim's People

Contributors

dlwebdev avatar jrgleason avatar vladotesanovic avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

angular2-express-slim's Issues

Disable distributables sourceMap

Hi there. I would like to know how to disable the distributables sourcemap fetching, in order load the app faster in development mode. I have to make a lot of reloads of the app I am developing, and it takes a couple of seconds to fetch all the sourcemaps
seleccion_002

Where is the express?

I like that you are trying to make the footprint as small as possible. However, you no longer include express ;-). Don't you think you should either re-add express or change the name of the project?

npm install does not work

$ npm install && npm run typings

npm WARN peerDependencies The peer dependency @angular/[email protected] included from angular2-in-memory-web-api will no
npm WARN peerDependencies longer be automatically installed to fulfill the peerDependency
npm WARN peerDependencies in npm 3+. Your application will need to depend on it explicitly.
npm WARN peerDependencies The peer dependency @angular/[email protected] included from angular2-in-memory-web-api will no
npm WARN peerDependencies longer be automatically installed to fulfill the peerDependency
npm WARN peerDependencies in npm 3+. Your application will need to depend on it explicitly.
npm WARN peerDependencies The peer dependency @angular/core@^2.0.0-rc.4 included from @angular/router will no
npm WARN peerDependencies longer be automatically installed to fulfill the peerDependency
npm WARN peerDependencies in npm 3+. Your application will need to depend on it explicitly.
npm WARN peerDependencies The peer dependency @angular/compiler@^2.0.0-rc.4 included from @angular/router will no
npm WARN peerDependencies longer be automatically installed to fulfill the peerDependency
npm WARN peerDependencies in npm 3+. Your application will need to depend on it explicitly.
npm WARN peerDependencies The peer dependency @angular/common@^2.0.0-rc.4 included from @angular/router will no
npm WARN peerDependencies longer be automatically installed to fulfill the peerDependency
npm WARN peerDependencies in npm 3+. Your application will need to depend on it explicitly.
npm WARN peerDependencies The peer dependency @angular/platform-browser@^2.0.0-rc.4 included from @angular/router will no
npm WARN peerDependencies longer be automatically installed to fulfill the peerDependency
npm WARN peerDependencies in npm 3+. Your application will need to depend on it explicitly.
npm WARN peerDependencies The peer dependency @angular/platform-browser-dynamic@^2.0.0-rc.4 included from @angular/router will no
npm WARN peerDependencies longer be automatically installed to fulfill the peerDependency
npm WARN peerDependencies in npm 3+. Your application will need to depend on it explicitly.
npm ERR! Darwin 16.0.0
npm ERR! argv "node" "/usr/local/bin/npm" "install"
npm ERR! node v0.12.13
npm ERR! npm v2.15.1
npm ERR! code EPEERINVALID

npm ERR! peerinvalid The package @angular/[email protected] does not satisfy its siblings' peerDependencies requirements!
npm ERR! peerinvalid Peer @angular/[email protected] wants @angular/[email protected]
npm ERR! peerinvalid Peer @angular/[email protected] wants @angular/[email protected]
npm ERR! peerinvalid Peer @angular/[email protected] wants @angular/common@^2.0.0-rc.4
npm ERR! peerinvalid Peer @angular/[email protected] wants @angular/common@^2.0.0-rc

Heroku can't load something.component.html files.

Hi,

If I run the webapp with "heroku local" I have no problems but when I deploy it on heroku itself it can't find my something.component.html files. Only the home and about works but my own components don't. I imported my components in the app.module.ts. Do you maybe have an idea why heroku can't find the something.component.html file?

Thanks in advance!

Demo is always loading

Link to Heroku is always loading. I've cloned the project an run npm start and it continue happening.

I think something is missing.

Error Deploying. Node Version?

Hi,

I forked and published in heroku and I got this error:

-----> Node.js app detected
-----> Creating runtime environment
NPM_CONFIG_LOGLEVEL=error
NPM_CONFIG_PRODUCTION=true
NODE_ENV=production
NODE_MODULES_CACHE=true
-----> Installing binaries
engines.node (package.json): unspecified
engines.npm (package.json): unspecified (use default)
Resolving node version (latest stable) via semver.io...
Downloading and installing node 5.8.0...
Using default npm version: 3.7.3
-----> Restoring cache
Skipping cache restore (new runtime signature)
-----> Building dependencies
Pruning any extraneous modules
Installing node modules (package.json)
> [email protected] postinstall /tmp/build_6619cd61696aad452aff1308273a9b6f/deckard86-angular2-express-slim-0c728da
> typings install && tsc
sh: 1: typings: not found
npm ERR! Linux 3.13.0-79-generic
npm ERR! argv "/tmp/build_6619cd61696aad452aff1308273a9b6f/deckard86-angular2-express-slim-0c728da/.heroku/node/bin/node" "/tmp/build_6619cd61696aad452aff1308273a9b6f/deckard86-angular2-express-slim-0c728da/.heroku/node/bin/npm" "install" "--unsafe-perm" "--userconfig" "/tmp/build_6619cd61696aad452aff1308273a9b6f/deckard86-angular2-express-slim-0c728da/.npmrc"
npm ERR! node v5.8.0
npm ERR! npm v3.7.3
npm ERR! file sh
npm ERR! code ELIFECYCLE
npm ERR! errno ENOENT
npm ERR! syscall spawn
npm ERR! [email protected] postinstall: typings install && tsc
npm ERR! spawn ENOENT
npm ERR!
npm ERR! Failed at the [email protected] postinstall script 'typings install && tsc'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the angular2-express-slim package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! typings install && tsc
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs angular2-express-slim
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! npm owner ls angular2-express-slim
npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request:
npm ERR! /tmp/build_6619cd61696aad452aff1308273a9b6f/deckard86-angular2-express-slim-0c728da/npm-debug.log
-----> Build failed
We're sorry this build is failing! You can troubleshoot common issues here:
https://devcenter.heroku.com/articles/troubleshooting-node-deploys
Some possible problems:
- Node version not specified in package.json
https://devcenter.heroku.com/articles/nodejs-support#specifying-a-node-js-version
Love,
Heroku
! Push rejected, failed to compile Node.js app

How can I solve this? Thanks

Unhandled rejection Error on fetch for app/main.js

i get this when running npm install :

Unhandled rejection Error on fetch for app/main.js at file:///C:/wamp/Projects/1 4.auth with express/app/main.js
Error: ENOENT: no such file or directory, open 'C:\wamp\Projects\14.auth with express\app\main.js'
at Error (native)
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.0.0 (node_modules\ch okidar\node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@ 1.0.15: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64" })

error with this terminal command: npm run build

rimraf public/javascripts/app && tsc -w

sh: rimraf: command not found

npm ERR! Darwin 13.4.0
npm ERR! argv "node" "/usr/local/bin/npm" "run" "build"
npm ERR! node v0.10.32
npm ERR! npm v2.11.0
npm ERR! file sh
npm ERR! code ELIFECYCLE
npm ERR! errno ENOENT
npm ERR! syscall spawn
npm ERR! [email protected] build: rimraf public/javascripts/app && tsc -w
npm ERR! spawn ENOENT
npm ERR!
npm ERR! Failed at the [email protected] build script 'rimraf public/javascripts/app && tsc -w'.
npm ERR! This is most likely a problem with the angular2-express-slim package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! rimraf public/javascripts/app && tsc -w
npm ERR! You can get their info via:
npm ERR! npm owner ls angular2-express-slim
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR! /Users/bmcferren/workspace/angular2-express-slim/npm-debug.log
Bens-MacBook-Pro:angular2-express-slim bmcferren$ npm start

[email protected] start /Users/bmcferren/workspace/angular2-express-slim
node ./bin/www

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.