gulp css:watch exited with code null - reactjs

I installed this library:
npm install --save-dev css-loader
https://github.com/webpack-contrib/css-loader
now, when I want to run my project I got this errors:
yarn start
yarn run v1.5.1
$ cross-env NODE_PATH=./app concurrently --kill-others "node app/server" "gulp css:watch"
[1] [10:00:19]
[1] Using gulpfile ~/Desktop/react js/shadyab/gulpfile.js
[1] [10:00:19] Starting 'css'...
[1] [10:00:19]
[1] Finished 'css' after 320 ms
[1] [10:00:19] Starting 'css:watch'...
[1] [10:00:19]
[1] Finished 'css:watch' after 9.38 ms
[0] Server is listening to port: 3000
[0] events.js:183
[0] throw er; // Unhandled 'error' event
[0] ^
[0]
[0] Error: listen EADDRINUSE :::3000
[0] at Object._errnoException (util.js:1022:11)
[0] at _exceptionWithHostPort (util.js:1044:20)
[0] at Server.setupListenHandle [as _listen2] (net.js:1367:14)
[0] at listenInCluster (net.js:1408:12)
[0] at Server.listen (net.js:1492:7)
[0] at Function.listen (/Users/sm_emamian/Desktop/react js/shadyab/node_modules/express/lib/application.js:618:24)
[0] at Object.<anonymous> (/Users/sm_emamian/Desktop/react js/shadyab/app/server/server.js:73:8)
[0] at Module._compile (module.js:652:30)
[0] at loader (/Users/sm_emamian/Desktop/react js/shadyab/node_modules/babel-register/lib/node.js:144:5)
[0] at Object.require.extensions.(anonymous function) [as .js] (/Users/sm_emamian/Desktop/react js/shadyab/node_modules/babel-register/lib/node.js:154:7)
[0] node app/server exited with code 1
--> Sending SIGTERM to other processes..
[1] gulp css:watch exited with code null
error An unexpected error occurred: "Command failed.
Exit code: 1
Command: sh
Arguments: -c cross-env NODE_PATH=./app concurrently --kill-others \"node app/server\" \"gulp css:watch\"
Directory: /Users/sm_emamian/Desktop/react js/shadyab
Output:
".
info If you think this is a bug, please open a bug report with the information provided in "/Users/sm_emamian/Desktop/react js/shadyab/yarn-error.log".
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

Related

Can't add DifferentialEquation.jl to Julia 1.7.0

I recently went from Julia 1.6.3 to 1.7.0. I copied the Manifest and the Project.toml files to the new environments folder and updated the Manifest file to the newer version according to instructions. Everything worked fine. However, when I later tried to add DifferentialEquations.jl I got this error:
(#v1.7) pkg> precompile
Precompiling project...
✗ DiffEqNoiseProcess
✗ DiffEqFinancial
✗ StochasticDiffEq
✗ MultiScaleArrays
✗ DifferentialEquations
0 dependencies successfully precompiled in 30 seconds (252 already precompiled)
ERROR: The following 2 direct dependencies failed to precompile:
DiffEqNoiseProcess [77a26b50-5914-5dd7-bc55-306e6241c503]
Failed to precompile DiffEqNoiseProcess [77a26b50-5914-5dd7-bc55-306e6241c503] to C:\Users\*user*\.julia\compiled\v1.7\DiffEqNoiseProcess\jl_F949.tmp.
WARNING: Method definition Type##kw(Any, Type{Base.MPFR.BigFloat}, Base.Irrational{:fourinvπ}) in module StatsFuns at irrationals.jl:182 overwritten in module IrrationalConstants on the same line (check for duplicate calls to `include`).
** incremental compilation may be fatally broken for this module **
WARNING: Method definition Type##kw(Any, Type{Base.MPFR.BigFloat}, Base.Irrational{:twoinvπ}) in module StatsFuns at irrationals.jl:182 overwritten in module IrrationalConstants on the same line (check for duplicate calls to `include`).
** incremental compilation may be fatally broken for this module **
...
It continues with similar warnings for a while and finally I get this:
ERROR: LoadError: UndefVarError: SciMLBase not defined
Stacktrace:
[1] top-level scope
# C:\Users\manfr\.julia\packages\DiffEqNoiseProcess\9NzQP\src\solve.jl:1
[2] include(mod::Module, _path::String)
# Base .\Base.jl:418
[3] include(x::String)
# DiffEqNoiseProcess C:\Users\manfr\.julia\packages\DiffEqNoiseProcess\9NzQP\src\DiffEqNoiseProcess.jl:1
[4] top-level scope
# C:\Users\manfr\.julia\packages\DiffEqNoiseProcess\9NzQP\src\DiffEqNoiseProcess.jl:23
[5] include
# .\Base.jl:418 [inlined]
[6] include_package_for_output(pkg::Base.PkgId, input::String, depot_path::Vector{String},
dl_load_path::Vector{String}, load_path::Vector{String},
concrete_deps::Vector{Pair{Base.PkgId, UInt64}}, source::String)
# Base .\loading.jl:1318
[7] top-level scope
# none:1
[8] eval
# .\boot.jl:373 [inlined]
[9] eval(x::Expr)
# Base.MainInclude .\client.jl:453
[10] top-level scope
# none:1
in expression starting at
C:\Users\manfr\.julia\packages\DiffEqNoiseProcess\9NzQP\src\solve.jl:1
in expression starting at C:\Users\manfr\.julia\packages\DiffEqNoiseProcess\9NzQP\src\DiffEqNoiseProcess.jl:1
ERROR: LoadError: Failed to precompile DiffEqNoiseProcess [77a26b50-5914-5dd7-bc55-
306e6241c503] to C:\Users\manfr\.julia\compiled\v1.7\DiffEqNoiseProcess\jl_5956.tmp.
Stacktrace:
[1] error(s::String)
# Base .\error.jl:33
[2] compilecache(pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO,
ignore_loaded_modules::Bool)
# Base .\loading.jl:1466
[3] compilecache(pkg::Base.PkgId, path::String)
# Base .\loading.jl:1410
[4] _require(pkg::Base.PkgId)
# Base .\loading.jl:1120
[5] require(uuidkey::Base.PkgId)
# Base .\loading.jl:1013
[6] require(into::Module, mod::Symbol)
# Base .\loading.jl:997
[7] include
# .\Base.jl:418 [inlined]
[8] include_package_for_output(pkg::Base.PkgId, input::String, depot_path::Vector{String},
dl_load_path::Vector{String}, load_path::Vector{String},
concrete_deps::Vector{Pair{Base.PkgId, UInt64}}, source::Nothing)
# Base .\loading.jl:1318
[9] top-level scope
# none:1
[10] eval
# .\boot.jl:373 [inlined]
[11] eval(x::Expr)
# Base.MainInclude .\client.jl:453
[12] top-level scope
# none:1
in expression starting at
C:\Users\manfr\.julia\packages\DifferentialEquations\el96s\src\DifferentialEquations.jl:1
I've tried to build, precompile, delete the package folder and add it again, but nothing seems to work. I also tried to add the package to my Julia 1.6.3 installation, and that works fine. Does anyone know what the problem could be?
Manifests are version specific (since package versions can be Julia version specific). Re-resolve your packages without the manifest.

events.js:288 Error: write EPIPE when executing tests with Jest

I have a problem when setting React Testing Library into a new project, which is a project that generates common UI components for several projects. In one of the projects it is correctly setup, but when I added React Testing Library and updated dependencies in this project, I am able to run a test but not all of them.
If I do yarn test this is the result:
Test Suites: 8 passed, 8 of 33 total
Tests: 84 passed, 84 total
Snapshots: 0 total
Time: 28 sevents.js:288
throw er; // Unhandled 'error' event
^
Error: write EPIPE
at ChildProcess.target._send (internal/child_process.js:806:20)
at ChildProcess.target.send (internal/child_process.js:677:19)
at ChildProcessWorker.send (C:\Users\user\workspace\project\node_modules\jest-worker\build\workers\ChildProcessWorker.js:291:17)
at WorkerPool.send (C:\Users\user\workspace\project\node_modules\jest-worker\build\WorkerPool.js:32:34)
at Farm._process (C:\Users\user\workspace\project\node_modules\jest-worker\build\Farm.js:129:10)
at Farm._enqueue (C:\Users\user\workspace\project\node_modules\jest-worker\build\Farm.js:152:10)
at Farm._push (C:\Users\user\workspace\project\node_modules\jest-worker\build\Farm.js:159:12)
at C:\Users\user\workspace\project\node_modules\jest-worker\build\Farm.js:90:14
at new Promise (<anonymous>)
at Farm.doWork (C:\Users\user\workspace\project\node_modules\jest-worker\build\Farm.js:56:12)
Emitted 'error' event on ChildProcess instance at:
at internal/child_process.js:810:39
at processTicksAndRejections (internal/process/task_queues.js:79:11) {
errno: 'EPIPE',
code: 'EPIPE',
syscall: 'write'
}
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
I tried doing rm -rf node_modules and then cleaning cache, and didn't work.
Any help?
It turns out that by changing some libraries in package.json the error dissapears:
Before (KO):
"babel-jest": "^24.9.0",
"jest": "^26.0.1",
After (OK):
"babel-jest": "^26.0.1",
"jest": "^25.5.4",
By doing yarn cache clean solved my problem. If you met pipe error similar like image below. I believe it is related to memory leaks.
In my case was the version of node. I had the version 15 (from Latest Features) and changed it to the stable version 14.17.3 (from LTS).
To know which version you have use node -v in a terminal.

Tutorial nextjs multiple apps

I tried :
https://github.com/zeit/next.js/tree/canary/examples/with-zones
I follow the instructions and I got this :
#MacBook-Pro  ~/Documents/nextjs  cd with-zones
#MacBook-Pro  ~/Documents/nextjs/with-zones  now dev
> Now CLI 16.7.3 dev (beta) — https://zeit.co/feedback
┌───────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐
│ WARN! You defined 1 build that did not match any source files (please ensure they are NOT defined in .nowignore): │
└───────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘
- {"src":"home/next.config.js","use":"#now/next"}
> Creating initial build
Exiting builder due to build error:
Error: Cannot find module 'next'
Require stack:
- /Users/d_/Documents/nextjs/with-zones/blog/noop.js
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:793:17)
at resolveFileName (/Users/d_/Library/Caches/co.zeit.now/dev/builders/node_modules/#now/next/dist/dev-server.js:142:39)
at resolveFrom (/Users/d_/Library/Caches/co.zeit.now/dev/builders/node_modules/#now/next/dist/dev-server.js:156:9)
at Object.module.exports.101.module.exports [as default] (/Users/d_/Library/Caches/co.zeit.now/dev/builders/node_modules/#now/next/dist/dev-server.js:159:47)
at process.<anonymous> (/Users/d_/Library/Caches/co.zeit.now/dev/builders/node_modules/#now/next/dist/dev-server.js:4472:48)
at Object.onceWrapper (events.js:313:26)
at process.emit (events.js:223:5)
at emit (internal/child_process.js:876:12)
at processTicksAndRejections (internal/process/task_queues.js:82:21) {
code: 'MODULE_NOT_FOUND',
requireStack: [ '/Users/d_/Documents/nextjs/with-zones/blog/noop.js' ]
What is the problem ? I don't understand... thanks

Cant start react-native at android via react-native run-android

BUILD FAILED in 3s
Cant run react-native run-android
i connect fierbase in this project
error Failed to install the app. Make sure you have the Android development environment set up: https://facebook.github.io/react-native/docs/getting-started.html#android-development-environment. Run CLI with --verbose flag for more details.Error: Command failed: gradlew.bat app:installDebug -PreactNativeDevServerPort=8081
FAILURE: Build failed with an exception.
* Where:
Script 'E:\react\fb (2)\fb\node_modules\#react-native-community\cli-platform-android\native_modules.gradle' line: 191
* What went wrong:
A problem occurred evaluating settings 'fb'.
> Unable to determine the current character, it is not a string, number, array, or object
The current character read is 'E' with an int value of 69
Unable to determine the current character, it is not a string, number, array, or object
line number 1
index number 0
Error: Unexpected close tagLine: 31Column: 11Char: > at error (E:\react\fb (2)\fb\node_modules\sax\lib\sax.js:651:10) at strictFail (E:\react\fb (2)\fb\node_modules\sax\lib\sax.js:677:7) at closeTag (E:\react\fb (2)\fb\node_modules\sax\lib\sax.js:871:9) at SAXParser.write (E:\react\fb (2)\fb\node_modules\sax\lib\sax.js:1436:13) at new XmlDocument (E:\react\fb (2)\fb\node_modules\xmldoc\lib\xmldoc.js:261:15) at readManifest (E:\react\fb (2)\fb\node_modules\#react-native-community\cli-platform-android\build\config\readManifest.js:38:10) at Object.projectConfig (E:\react\fb (2)\fb\node_modules\#react-native-community\cli-platform-android\build\config\index.js:59:46) at Object.get project [as project] (E:\react\fb (2)\fb\node_modules\react-native\node_modules\#react-native-community\cli\build\tools\config\index.js:134:65) at E:\react\fb (2)\fb\node_modules\react-native\node_modules\#react-native-community\cli\build\commands\config\config.js:8:452 at Array.forEach (<anonymous>)
^
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

Creating a Angular2 TS app in a Cordova project

I thought to myself, I should leverage the best of Angular, Angular 2 TS and cordova to get my web application up and running. Not a bad idea to think of, but I was having some minor issues. I wasn't sure if anyone had them, or knows how to implement them. I noticed there are next to no how-tos online and you end up when searching for angular 2 cordova you actually get results for a different mobile web framework.
So first thing I did was execute these scripts.
mkdir myApp
cd myApp
cordova create .
cordova platform add android browser
cordova plugin add cordova-plugin-browsersync
the browser sync i thought would be necessary to handle the fact I am no longer using server-lite in the angular2 application which has browser sync. More to come later.
cd www
rm /f /r * #or equivalent. I deleted the contents.
This is where I start the Angular 2 TS how-to via: https://angular.io/docs/ts/latest/quickstart.html
#create 4 files: package.json, systemjs.config.js, tsconfig.json, typings.json
Now this is where I do some modifications. Since we are using Cordova and Not server-light, i went into the package.json and updated the npm start script to: "start": "tsc && concurrently \"npm run tsc:w\" \"cordova run browser --live-reload\" ",. The reason as I stated is that it was server-lite but we are using cordova. Since cordova itself doesnt do a live refresh, I installed the plugin cordova-plugin-browsersync you can read up on it here: https://github.com/nparashuram/cordova-plugin-browsersync
npm install
npm typings install
mkdir app
#make ts files.
cd ..
#make html / css file.
Now, Everything is in place, i created everything for Angular 2 in [cordovaProj]/www and i want to now run it.
npm start
it will compile everything and run the cordova server. AWESOME. IT WORKS.... or so i thought. It doesn't refresh.
Test 1: Change index.html file.. Change the contents of title.
Result 1: No live update.
Test 2: Change the result of www/app/app.component.ts template to say: Hello World.
Result 2: tsc-w fires, updates everything as angular does. Browser doesnt refresh.
Observations: When I run npm start i noticed 1 thing, even though it is saying to run cordova run browser --live-reload it ends up running cordova run --nobuild
Here is the console output i scraped:
C:\Users\wfrancis\WebstormProjects\SampleCordovaAngular2Application\www\app>npm
start
> angular-quickstart#1.0.0 start C:\Users\wfrancis\WebstormProjects\SampleCordov
aAngular2Application\www
> tsc && concurrently "npm run tsc:w" "cordova run browser --live-reload"
[0]
[0] > angular-quickstart#1.0.0 tsc:w C:\Users\wfrancis\WebstormProjects\SampleCo
rdovaAngular2Application\www
[0] > tsc -w
[0]
[0] 9:38:35 AM - Compilation complete. Watching for file changes.
[1] Running command: cmd "/s /c "C:\Users\wfrancis\WebstormProjects\SampleCordov
aAngular2Application\platforms\browser\cordova\build.bat""
[1]
[1] Cleaning Browser project
[1] Running command: cmd "/s /c "C:\Users\wfrancis\WebstormProjects\SampleCordov
aAngular2Application\platforms\browser\cordova\run.bat --nobuild""
[1]
[1] Static file server running # http://localhost:8000/index.html
[1] CTRL + C to shut down
[1] 200 /index.html
[1] 200 /styles.css
[1] 200 /systemjs.config.js (gzip)
[1] 200 /node_modules/reflect-metadata/Reflect.js (gzip)
[1] 200 /node_modules/zone.js/dist/zone.js (gzip)
[1] 200 /node_modules/core-js/client/shim.min.js (gzip)
[1] 200 /node_modules/systemjs/dist/system.src.js (gzip)
[1] 200 /app/main.js
[1] 404 /favicon.ico
[1] 200 /node_modules/#angular/platform-browser-dynamic/bundles/platform-browser
-dynamic.umd.js (gzip)
[1] 200 /app/app.module.js (gzip)
[1] 200 /app/app.component.js (gzip)
[1] 200 /node_modules/#angular/core/bundles/core.umd.js (gzip)
[1] 200 /node_modules/#angular/platform-browser/bundles/platform-browser.umd.js
(gzip)
[1] 200 /node_modules/#angular/compiler/bundles/compiler.umd.js (gzip)
[1] 200 /node_modules/#angular/common/bundles/common.umd.js (gzip)
[1] 200 /node_modules/rxjs/Subject.js (gzip)
[1] 200 /node_modules/rxjs/Observable.js (gzip)
[1] 200 /node_modules/rxjs/Subscriber.js (gzip)
[1] 200 /node_modules/rxjs/util/ObjectUnsubscribedError.js
[1] 200 /node_modules/rxjs/Subscription.js (gzip)
[1] 200 /node_modules/rxjs/symbol/rxSubscriber.js
[1] 200 /node_modules/rxjs/SubjectSubscription.js (gzip)
[1] 200 /node_modules/rxjs/util/root.js
[1] 200 /node_modules/rxjs/util/toSubscriber.js
[1] 200 /node_modules/rxjs/symbol/observable.js
[1] 200 /node_modules/rxjs/util/isFunction.js
[1] 200 /node_modules/rxjs/Observer.js
[1] 200 /node_modules/rxjs/util/isArray.js
[1] 200 /node_modules/rxjs/util/isObject.js
[1] 200 /node_modules/rxjs/util/tryCatch.js
[1] 200 /node_modules/rxjs/util/errorObject.js
[1] 200 /node_modules/rxjs/util/UnsubscriptionError.js (gzip)
I noticed on the github for browsersync, it said to do: cordova run -- --live-reload but the first set of -- i thought meant to be whatever platform you were running, in my case browser
Test 3: Used: cordova run -- --live-reload instead of cordova run browser --live-reload, called npm start (printout below), and attempted to change HTML.
Result 3: No update.
Test 4: same as Test 3, but attempted to change www/app/app.component.ts and noticed that a change was watched, and the new JS was compiled. Still no update to application.
C:\Users\wfrancis\WebstormProjects\SampleCordovaAngular2Application\www\app>npm
start
> angular-quickstart#1.0.0 start C:\Users\wfrancis\WebstormProjects\SampleCordov
aAngular2Application\www
> tsc && concurrently "npm run tsc:w" "cordova run -- --live-reload"
[0]
[0] > angular-quickstart#1.0.0 tsc:w C:\Users\wfrancis\WebstormProjects\SampleCo
rdovaAngular2Application\www
[0] > tsc -w
[0]
[0] 9:56:33 AM - Compilation complete. Watching for file changes.
[1] Running command: cmd "/s /c "C:\Users\wfrancis\WebstormProjects\SampleCordov
aAngular2Application\platforms\browser\cordova\build.bat --live-reload""
[1]
[1] Cleaning Browser project
[1] [BS] Access URLs:
[1] -------------------------------------
[1] Local: http://localhost:3000
[1] External: http://10.224.60.17:3000
[1] -------------------------------------
[1] UI: http://localhost:3001
[1] UI External: http://10.224.60.17:3001
[1] -------------------------------------
[1] [BS] Serving files from: platforms\android\assets\www
[1] [BS] Serving files from: platforms\ios\www
[1] [BS] Watching files...
[1] ANDROID_HOME=C:\Users\wfrancis\AppData\Local\Android\sdk
[1] JAVA_HOME=C:\Program Files\Java\jdk1.8.0_77
[1] Starting a new Gradle Daemon for this build (subsequent builds will be faste
r).
[1] Incremental java compilation is an incubating feature.
[1] :preBuild UP-TO-DATE
[1] :preDebugBuild UP-TO-DATE
[1] :checkDebugManifest
[1] :CordovaLib:preBuild UP-TO-DATE
[1] :CordovaLib:preDebugBuild UP-TO-DATE
[1] :CordovaLib:compileDebugNdk UP-TO-DATE
[1] :CordovaLib:compileLint
[1]
[1] :CordovaLib:copyDebugLint UP-TO-DATE
[1] :CordovaLib:mergeDebugProguardFiles
[1]
[1] :CordovaLib:packageDebugRenderscript
[1] UP-TO-DATE
[1] :CordovaLib:checkDebugManifest
[1] :CordovaLib:prepareDebugDependencies
[1] :CordovaLib:compileDebugRenderscript
[1]
[1] :CordovaLib:generateDebugResValues
[1]
[1] :CordovaLib:generateDebugResources
[1] :CordovaLib:packageDebugResources
[1]
[1] :CordovaLib:compileDebugAidl
[1]
[1] :CordovaLib:generateDebugBuildConfig
[1]
[1] :CordovaLib:mergeDebugShaders
[1]
[1] :CordovaLib:compileDebugShaders
[1]
[1] :CordovaLib:generateDebugAssets
[1]
[1] :CordovaLib:mergeDebugAssets
[1]
[1] :CordovaLib:processDebugManifest
[1]
[1] :CordovaLib:processDebugResources
[1]
[1] :CordovaLib:generateDebugSources
[1] :CordovaLib:incrementalDebugJavaCompilationSafeguard
[1]
[1] :CordovaLib:compileDebugJavaWithJavac
[1]
[1] :CordovaLib:compileDebugJavaWithJavac - is not incremental (e.g. outputs hav
e changed, no previous execution, etc.).
[1] Note: Some input files use or override a deprecated API.
[1] Note: Recompile with -Xlint:deprecation for details.
[1] :CordovaLib:processDebugJavaRes
[1] UP-TO-DATE
[1] :CordovaLib:transformResourcesWithMergeJavaResForDebug
[1]
[1] :CordovaLib:transformClassesAndResourcesWithSyncLibJarsForDebug
[1]
[1] :CordovaLib:mergeDebugJniLibFolders
[1]
[1] :CordovaLib:transformNative_libsWithMergeJniLibsForDebug
[1]
[1] :CordovaLib:transformNative_libsWithSyncJniLibsForDebug
[1]
[1] :CordovaLib:bundleDebug
[1]
[1] :prepareAndroidCordovaLibUnspecifiedDebugLibrary
[1]
[1] :prepareDebugDependencies
[1] :compileDebugAidl
[1]
[1] :compileDebugRenderscript
[1]
[1] :generateDebugBuildConfig
[1]
[1] :mergeDebugShaders
[1]
[1] :compileDebugShaders
[1]
[1] :generateDebugAssets
[1] :mergeDebugAssets
[1] Running command: cmd "/s /c "C:\Users\wfrancis\WebstormProjects\SampleCordov
aAngular2Application\platforms\browser\cordova\run.bat --nobuild --live-reload""
[1]
[1] Static file server running # http://localhost:8000/index.html
[1] CTRL + C to shut down
[1] 200 /index.html
[1] 200 /styles.css
[1] 200 /systemjs.config.js (gzip)
[1] 200 /node_modules/zone.js/dist/zone.js (gzip)
[1] 200 /node_modules/reflect-metadata/Reflect.js (gzip)
[1] 200 /node_modules/core-js/client/shim.min.js (gzip)
[1] 200 /node_modules/systemjs/dist/system.src.js (gzip)
[1] 200 /app/main.js
[1] 200 /node_modules/#angular/platform-browser-dynamic/bundles/platform-browser
-dynamic.umd.js (gzip)
[1] 200 /app/app.module.js (gzip)
[1] 200 /app/app.component.js (gzip)
[1] 200 /node_modules/#angular/platform-browser/bundles/platform-browser.umd.js
(gzip)
[1] 200 /node_modules/#angular/core/bundles/core.umd.js (gzip)
[1] 200 /node_modules/#angular/common/bundles/common.umd.js (gzip)
[1] 200 /node_modules/#angular/compiler/bundles/compiler.umd.js (gzip)
[1] 200 /node_modules/rxjs/Subject.js (gzip)
[1] 200 /node_modules/rxjs/Observable.js (gzip)
[1] 200 /node_modules/rxjs/util/ObjectUnsubscribedError.js
[1] 200 /node_modules/rxjs/util/root.js
[1] 200 /node_modules/rxjs/symbol/rxSubscriber.js
[1] 200 /node_modules/rxjs/Subscriber.js (gzip)
[1] 200 /node_modules/rxjs/Subscription.js (gzip)
[1] 200 /node_modules/rxjs/SubjectSubscription.js (gzip)
[1] 200 /node_modules/rxjs/util/toSubscriber.js
[1] 200 /node_modules/rxjs/symbol/observable.js
[1] 200 /node_modules/rxjs/util/isFunction.js
[1] 200 /node_modules/rxjs/Observer.js
[1] 200 /node_modules/rxjs/util/isArray.js
[1] 200 /node_modules/rxjs/util/isObject.js
[1] 200 /node_modules/rxjs/util/tryCatch.js
[1] 200 /node_modules/rxjs/util/errorObject.js
[1] 200 /node_modules/rxjs/util/UnsubscriptionError.js (gzip)
Does anyone have a way in which I could get a Live Update for the Browser? This is a critical piece for development, and waiting a few minutes for it to run through npm start is too much.
EDIT I noticed a update that was very much so delayed. Result 4 gave me this printout:
[0] 10:03:47 AM - File change detected. Starting incremental compilation...
[0] 10:03:49 AM - Compilation complete. Watching for file changes.
[1] [BS] Reloading Browsers...
[1] [BS] Reloading Browsers...
[1]
[1] FAILURE: Build failed with an exception.
[1]
[1] * What went wrong:
[1] Execution failed for task ':mergeDebugAssets'.
[1] > Error: java.io.FileNotFoundException: C:\Users\wfrancis\WebstormProjects\S
ampleCordovaAngular2Application\platforms\android\assets\www\node_modules\lite-s
erver\node_modules\browser-sync\node_modules\bs-recipes\recipes\grunt.html.injec
tion\app\browser-sync-start.html (The system cannot find the file specified)
[1]
[1] * Try:
[1] Run with --stacktrace option to get the stack trace. Run with --info or --de
bug option to get more log output.
[1]
[1] Error: java.io.FileNotFoundException: C:\Users\wfrancis\WebstormProjects\Sam
pleCordovaAngular2Application\platforms\android\assets\www\node_modules\lite-ser
ver\node_modules\browser-sync\node_modules\bs-recipes\recipes\grunt.html.injecti
on\app\browser-sync-start.html (The system cannot find the file specified)
[1] :mergeDebugAssets FAILED
[1]
[1] BUILD FAILED
[1]
[1] Total time: 3 mins 12.839 secs
[1]
[1] * What went wrong:
[1] Execution failed for task ':mergeDebugAssets'.
[1] > Error: java.io.FileNotFoundException: C:\Users\wfrancis\WebstormProjects\S
ampleCordovaAngular2Application\platforms\android\assets\www\node_modules\lite-s
erver\node_modules\browser-sync\node_modules\bs-recipes\recipes\grunt.html.injec
tion\app\browser-sync-start.html (The system cannot find the file specified)
[1]
[1] * Try:
[1] Run with --stacktrace option to get the stack trace. Run with --info or --de
bug option to get more log output.
[1]

Resources