Closed RenanCostaNascimento closed 6 years ago
update to version 1.1.0 its fixed already and there is an issue for this
Hmm, weird... I already have 1.1.0 but the extra node_modules its still there.
remove old node modules folder and clear the npm cache then try to install again
Is it possible to get a new version without the node_modules folder included?
This will be resolved in the latest version (fixed in both v5.0.0 and v4.0.0)
I'm still getting this issue? I'm using ng-cli but my updates to tsconfig.json didn't help.
Hi there! Just passing by to let you know of a possible issue when compiling with AOT. My error message was the following:
I'm not sure whay that happened, but I changed the name of node_modules in your library to NOT_node_modules and the app compiled perfectly.
The problem I was facing is also described here: https://github.com/angular/angular-cli/issues/3707
I found out the solution by reading jeradg's comment in there. Take a look at what he says, maybe it can help you.