Angularをインストールして早速起動したら以下のようになりました。
npmもインストールされているようです。
ng serve -o
Your global Angular CLI version (10.1.3) is greater than your local
version (7.3.5). The local Angular CLI version is used.
To disable this warning use "ng config -g cli.warnings.versionMismatch false".
** Angular Live Development Server is listening on localhost:4200, open your browser on http://localhost:4200/ **
12% building 18/25 modules 7 active ...rs\bootstrap\dist\css\bootstrap.min.cssBrowserslist: caniuse-lite is outdated. Please run next command `npm update caniuse-lite browserslist`
92% additional asset processing scripts-webpack-plugin× 「wdm」: Error: ENOENT: no such file or directory, open '...\ClientApp\node_modules\@webcomponents\custom-elements\src\native-shim.js'
at Object.openSync (fs.js:462:3)
at Storage.provideSync (...\ClientApp\node_modules\enhanced-resolve\lib\CachedInputFileSystem.js:98:13)
at CachedInputFileSystem.readFileSync (...\ClientApp\node_modules\enhanced-resolve\lib\CachedInputFileSystem.js:259:32)
at Observable._subscribe (...\ClientApp\node_modules\@ngtools\webpack\src\webpack-input-host.js:35:51)
at Observable._trySubscribe (...\ClientApp\node_modules\rxjs\internal\Observable.js:44:25)
at Observable.subscribe (...\ClientApp\node_modules\rxjs\internal\Observable.js:30:22)
....
i 「wdm」: wait until bundle finished: /
PS ...\ClientApp> npm -v
6.14.6
@webcomponents\custom-elements\src\native-shim.jsがないっておこられてますね。
ということはnpmがインストーるされてないかんじですね。
npm install
npmコマンドが使えるのでインストールできていると思ったら、インストールできてなかったみたいです。ってよくわからないですね
使っていくうちにわかると思いますが、とりあえず上記で動きました。
コメント