We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Greetings @mathiasbynens !
If You are interested and have time..
import * as windows1252 from "windows-1252"; // .. const encodedData = windows1252.encode("abc" + "\\line");
I get error:
Module not found: Error: Can't resolve 'windows-1252' in 'E:_prj***\src\scripts' @ ./src/scripts/index.ts 43:0-44 170:38-56 @ multi ./src/scripts/index.ts
node version: v16.20.2 typescript version: [email protected] deduped
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Greetings @mathiasbynens !
If You are interested and have time..
I get error:
node version: v16.20.2
typescript version: [email protected] deduped
The text was updated successfully, but these errors were encountered: