Module not found: Error: Can't resolve 'jsrsasign' in 'C:\Users\XXX\Desktop\ETL code\***_V3-UI\node_modules\angular-oauth2-oidc\esm5'
就是来回导项目时容易出现有些事link,不能直接复制需要重新安装;
1、停一下服务^CTerminate batch job (Y/N)? y
2、cnpm install angular-oauth2-oidc@4.0.2
又出现新错误
cnpm : The term 'cnpm' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was
included, verify that the path is correct and try again.
At line:1 char:1
+ cnpm install angular-oauth2-oidc@4.0.2
+ ~~~~
+ CategoryInfo : ObjectNotFound: (cnpm:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
3、npm install angular-oauth2-oidc@4.0.2重新安装
4、ng serve重启;
出现一个警告:
Your global Angular CLI version (7.3.4) is greater than your local
version (6.2.9). The local Angular CLI version is used.
To disable this warning use "ng config -g cli.warnings.versionMismatch false".
5、ng build 会生成新文件 dist ,在dist下重新启动 ng serve -port 4300换端口启动,就发布完成了;
逻辑不事很清楚,又些是给自己留下记号;参考需要思考那些需要