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
Установил по инструкции, при require('@qiwi/bill-payments-node-js-sdk') выдается ошибка - Module not found: Can't resolve 'fs'
"@qiwi/bill-payments-node-js-sdk": "^3.1.3"
node -v v10.16.3
The text was updated successfully, but these errors were encountered:
Установил по инструкции, при require('@qiwi/bill-payments-node-js-sdk') выдается ошибка - Module not found: Can't resolve 'fs' "@qiwi/bill-payments-node-js-sdk": "^3.1.3" node -v v10.16.3
extend(config, ctx) { config.node = { fs: 'empty', } },
Sorry, something went wrong.
Обнови версию ноды, должно помочь. Уже вышла 16 нода lol
Такая же ошибка. Inertia Vue SSR Node v12
Не уверен что мне помогло, но вроде бы вот это: alias: { "stream": require.resolve("stream-browserify") },
alias: { "stream": require.resolve("stream-browserify") },
No branches or pull requests
Установил по инструкции, при require('@qiwi/bill-payments-node-js-sdk') выдается ошибка - Module not found: Can't resolve 'fs'
"@qiwi/bill-payments-node-js-sdk": "^3.1.3"
node -v
v10.16.3
The text was updated successfully, but these errors were encountered: