You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! I have a problem when trying to add the library to my project
Error: Module not found: Error: Package path ./public-api is not exported from package C:\Users\Utilisateur\Desktop\project\admin-cbe-app\node_modules\ngx-pagination (see exports field in C:\Users\Utilisateur\Desktop\project\admin-cbe-app\node_modules\ngx-pagination\package.json)
Hello! I have a problem when trying to add the library to my project
Error: Module not found: Error: Package path ./public-api is not exported from package C:\Users\Utilisateur\Desktop\project\admin-cbe-app\node_modules\ngx-pagination (see exports field in C:\Users\Utilisateur\Desktop\project\admin-cbe-app\node_modules\ngx-pagination\package.json)
this is the exports
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./ngx-pagination.d.ts",
"esm2020": "./esm2020/ngx-pagination.mjs",
"es2020": "./fesm2020/ngx-pagination.mjs",
"es2015": "./fesm2015/ngx-pagination.mjs",
"node": "./fesm2015/ngx-pagination.mjs",
"default": "./fesm2020/ngx-pagination.mjs"
}
},
The text was updated successfully, but these errors were encountered: