Error: Can't resolve 'babel/polyfill' #11
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I try to use this library in my Angular 4 project. I import library in typescript
import { Equation } from "equations";
It is right?
with ng build give me this error:
ERROR in ./
/equations/dist/index.js/equations/dist/index.js 13:0-25Module not found: Error: Can't resolve 'babel/polyfill' in 'C:\Users\Giacomo\Documents\Visual Studio 2017\Projects\test\my-app\node_modules\equations\dist'
@ ./
@ ./src/app/app.component.ts
@ ./src/app/app.module.ts
@ ./src/main.ts
@ multi ./src/main.ts
@Toso82 Hi,
could you please try with the latest version?
equations@1.3.6
@mdibaiee Hi,
With update compile well thanks.