Coder Social home page Coder Social logo

angular-essential-training's People

Contributors

jschwarty 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  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  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

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

angular-essential-training's Issues

'npm install' fails on Node.js 12.14.0

System Info
OSX: 10.15.3 Beta
Node.js: 12.14.0
Npm: 6.13.4

Issue
I just started your Angular Essential Training, and was following the steps outlined in the README.md. I came across an issue with getting the project up and running when I cloned your repo locally and tried to install the npm packages. After running npm install I received the following errors:

gypgyp ERR! build error ERR! build error gyp ERR! gypstack Error: 'make' failed with exit code: 2 gypERR! ERR! stack at ChildProcess.onExit (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:194:23) stack Error: make failed with exit code: 2 gyp gyp ERR! ERR!stack at ChildProcess.emit (events.js:210:5) stackgyp at ChildProcess.onExit (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:194:23) gypERR! stackERR! at Process.ChildProcess._handle.onexit (internal/child_process.js:272:12) stack at ChildProcess.emit (events.js:210:5) gypgyp ERR!ERR! System Darwin 19.3.0 stack at Process.ChildProcess._handle.onexit (internal/child_process.js:272:12) gyp ERR! command "/usr/local/bin/node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "build" "--fallback-to-build" "--module=**********/angular-essential-training/node_modules/fsevents/lib/binding/Release/node-v72-darwin-x64/fse.node" "--module_name=fse" "--module_path=**********/angular-essential-training/node_modules/fsevents/lib/binding/Release/node-v72-darwin-x64" "--napi_version=5" "--node_abi_napi=napi" gyp ERR! cwd **********/angular-essential-training/node_modules/fsevents gypgyp ERR!ERR! Systemnode -v Darwin 19.3.0 v12.14.0 gyp gypERR! node-gyp -v v5.0.5 ERR!gyp ERR! not ok command "/usr/local/bin/node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "build" "--fallback-to-build" "--module=**********/angular-essential-training/node_modules/fsevents/lib/binding/Release/node-v72-darwin-x64/fse.node" "--module_name=fse" "--module_path=**********/angular-essential-training/node_modules/fsevents/lib/binding/Release/node-v72-darwin-x64" "--napi_version=5" "--node_abi_napi=napi" gyp ERR! cwd **********/angular-essential-training/node_modules/fsevents gyp ERR! node -v v12.14.0 gyp ERR! node-gyp -v v5.0.5 gyp ERR! not ok node-pre-gyp ERR! build error node-pre-gyp ERR! stack Error: Failed to execute '/usr/local/bin/node /usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=**********/angular-essential-training/node_modules/fsevents/lib/binding/Release/node-v72-darwin-x64/fse.node --module_name=fse --module_path=**********/angular-essential-training/node_modules/fsevents/lib/binding/Release/node-v72-darwin-x64 --napi_version=5 --node_abi_napi=napi' (1) node-pre-gyp ERR! stack at ChildProcess.<anonymous> (**********/angular-essential-training/node_modules/fsevents/node_

I was able to resolve the issue by:

  • deleting the package-lock.json file
  • upgrading node-gyp
    • npm install -g node-gyp
  • then installing the npm packages
    • npm install

From what I've read, it appears to be an issue with applications built with Node 11 that are rebuilt with Node 12. Hopefully this helps anyone that comes across this issue.

ng: command not found

I have followed all the instructions mentioned in the ReadMe file.
But it looks like there is a step missing for installing angular-cli. As a new user to npm and angular, it is a bit frustrating.

bash-3.2$ ng serve
bash: ng: command not found

I have to search on my own to install Angular CLI. When i install it, it is the latest version and that has conflicts with the version mentioned in the project.

System Info
OSX: 10.15.5
Node.js: v12.18.2
Npm: 6.14.5

npm install hangs

Hi all...

I've been able to download the code, when I try to the step "npm install" it kicks off and runs, but then it hangs on this... I've blown away the entire project, did a fresh git, rebooted my machine... But, it always hangs right here. Unfortunately, I am VERY new to npm. Just watched my first course on it in LinkedIn about 2 hours ago... So... I am lost.

[ ......] \ extract:@schematics/angular: sill extract @schematics/[email protected] extracted to G:\Web Workspace\Training\LinkedIn\Angular Essential Training\angular-essential-training\node_modules\.staging

Running into 'packages looking for funding'...how can we fund ?

I am currently trying to download this files as per your lessons in Lynda.
But running into npm install issue with...

2 packages are looking for funding
[email protected]
├─┬ [email protected]
│ └── url: https://github.com/sponsors/isaacs
└─┬ [email protected]
└── url: https://github.com/sponsors/jonschlinkert

How to get past this ? Is there some contribution that I need to make to get past this issue ?

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.