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
You will find the project containing the configuration in the following repository: ngrx-aware
$ rm -rf node_modules
$ yarn install
$ yarn start
The log given by the failure.
Inside type_checker.js an error is thrown.
Cannot read property 'constructor' of undefined
TypeError: Cannot read property 'constructor' of undefined
at Object.<anonymous> (C:\workbench\scratch\ngrx-aware\node_modules\@ngtools\webpack\src\type_checker.js:14:37)
at Module._compile (module.js:570:32)
at Object.Module._extensions..js (module.js:579:10)
at Module.load (module.js:487:32)
at tryModuleLoad (module.js:446:12)
at Function.Module._load (module.js:438:3)
at Module.require (module.js:497:17)
at require (internal/module.js:20:19)
at Object.<anonymous> (C:\workbench\scratch\ngrx-aware\node_modules\@ngtools\webpack\src\angular_compiler_plugin.js:18:24)
at Module._compile (module.js:570:32)
npm ERR! Windows_NT 10.0.14393
npm ERR! argv "C:\\nodejs\\node.exe" "C:\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "start"
npm ERR! node v6.11.1
npm ERR! npm v3.10.10
npm ERR! code ELIFECYCLE
npm ERR! ngrx-aware@0.0.0 start: `ng serve`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the ngrx-aware@0.0.0 start script 'ng serve'.
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 ngrx-aware package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! ng serve
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs ngrx-aware
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! npm owner ls ngrx-aware
npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request:
npm ERR! C:\workbench\scratch\ngrx-aware\npm-debug.log
Bug Report or Feature Request (mark with an
x
)Versions.
Repro steps.
The log given by the failure.
Inside type_checker.js an error is thrown.
Desired functionality.
Mention any other details that might be useful.
chalk
1.1.3
type_checker.js
the following call is madechalk_1
has no propertydefault
constructor
andsupportsColor
can be used by removingdefault
The text was updated successfully, but these errors were encountered: