-
Notifications
You must be signed in to change notification settings - Fork 12k
Module not found: Error: Can't resolve 'commonjs-proxy:. #11255
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Module not found: Error: Can't resolve 'commonjs-proxy:. #11255
Comments
https://github.com/AlexanderKozhevin/angular6-library-test |
Ok, apparently problem has been solved. |
When not specified the `commonjs` will be used which will cause erros when consuming the library `Module not found: Error: Can't resolve ' commonjs-proxy:../file` ng-packagr/ng-packagr#944 Closes #11255
When not specified the `commonjs` will be used which will cause erros when consuming the library `Module not found: Error: Can't resolve ' commonjs-proxy:../file` ng-packagr/ng-packagr#944 Closes #11255
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Area
node v8.11.1
npm 6.1.0
macOS Sierra
Repro steps
I just followed example from official wiki to create new library. But when I tried to use new module or component, I got an error in the console.
I created project from scratch with angular-cli (Angular CLI: 6.1.0-rc.0).
Angular (6.1.0-beta.1)
The text was updated successfully, but these errors were encountered: