编辑-解决方案
npm update
(我尝试过的所有事情我都忘记了)解决了我的问题。我希望我能帮助遇到这个问题的任何其他人。
原始问题:
进行了一些更改之后,我尝试了ng serve
,但突然出现了(请参见下面的代码)
所以我做了一些更改,但是现在所有注释掉了,它应该像昨天一样运行。但是出于某种原因,它却没有。
To disable this warning use "ng config -g cli.warnings.versionMismatch false".
/Users/fs/repos/user_port_dev/node_modules/@angular/cli/commands/build.js:10
const config = config_1.CliConfig.fromProject() || config_1.CliConfig.fromGlobal();
^
TypeError: Cannot read property 'fromProject' of undefined
at Object.<anonymous> (/Users/fs/repos/user_port_dev/node_modules/@angular/cli/commands/build.js:10:35)
at Module._compile (internal/modules/cjs/loader.js:759:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:770:10)
at Module.load (internal/modules/cjs/loader.js:628:32)
at Function.Module._load (internal/modules/cjs/loader.js:555:12)
at Module.require (internal/modules/cjs/loader.js:666:19)
at require (internal/modules/cjs/helpers.js:16:16)
at loadCommands (/Users/fs/repos/user_port_dev/node_modules/@angular/cli/lib/cli/index.js:8:18)
at default_1 (/Users/fs/repos/user_port_dev/node_modules/@angular/cli/lib/cli/index.js:37:24)
at Object.<anonymous> (/usr/local/lib/node_modules/@angular/cli/lib/init.js:125:1)
现在,我只希望能够ng serve
,然后再看一遍所有内容,然后从那里继续工作。
我尝试过npm cache clean
,虽然不是--force,但没有任何影响。
有人知道出什么事了吗