-
Notifications
You must be signed in to change notification settings - Fork 303
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
Error running tests #2273
Comments
@Diaaz Line 85 in 4f361c3
I will try to push a fix upstream to resolve this issue. |
I pushed a fix upstream (see connormanning/copc.js#7), waiting for review. =) |
Thanks for that! I see it was merged :) |
Thanks, everything works in version 2.43.0. |
In version 2.42.0, when running tests in our project (npm run t) an error occurs:
./node_modules/copc/lib/utils/getter.js:78:65-78 - Error: Module not found: Error: Can't resolve 'fs' in 'Angular\node_modules\copc\lib\utils'
copc is a package reference in itowns package.json. Copc has a file getter.ts (https://github.com/connormanning/copc.js/blob/master/src/utils/getter.ts) which references 'fs'. This package was removed by npm because it contained malicious code: https://www.npmjs.com/package/fs?activeTab=versions
The text was updated successfully, but these errors were encountered: