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
I'm seeing these errors when trying to use the example usage code for scss-to-json with webpack:
WARNING in .//node-sass/lib/index.js Critical dependencies: 23:14-43 the request of a dependency is an expression @ .//node-sass/lib/index.js 23:14-43
ERROR in .//scss-to-json/src/processor.js Module not found: Error: Cannot resolve module 'fs' in /Users/ericsonwilkinson/code/avui/ui-usm/node_modules/scss-to-json/src @ .//scss-to-json/src/processor.js 3:9-22
ERROR in .//node-sass/lib/extensions.js Module not found: Error: Cannot resolve module 'fs' in /Users/ericsonwilkinson/code/avui/ui-usm/node_modules/node-sass/lib @ .//node-sass/lib/extensions.js 6:9-22
ERROR in .//node-sass/lib/render.js Module not found: Error: Cannot resolve module 'fs' in /Users/ericsonwilkinson/code/avui/ui-usm/node_modules/node-sass/lib @ .//node-sass/lib/render.js 6:9-22
ERROR in .//mkdirp/index.js Module not found: Error: Cannot resolve module 'fs' in /Users/ericsonwilkinson/code/avui/ui-usm/node_modules/mkdirp @ .//mkdirp/index.js 2:9-22
The text was updated successfully, but these errors were encountered:
I have the same issue
Sorry, something went wrong.
yeah i see as well. i think fsevents only works on macs. so us windows and linux folks are sol
I tried using this package inside a react app and I got the same issue.
No branches or pull requests
I'm seeing these errors when trying to use the example usage code for scss-to-json with webpack:
WARNING in ./
/node-sass/lib/index.js/node-sass/lib/index.js 23:14-43Critical dependencies:
23:14-43 the request of a dependency is an expression
@ ./
ERROR in ./
/scss-to-json/src/processor.js/scss-to-json/src/processor.js 3:9-22Module not found: Error: Cannot resolve module 'fs' in /Users/ericsonwilkinson/code/avui/ui-usm/node_modules/scss-to-json/src
@ ./
ERROR in ./
/node-sass/lib/extensions.js/node-sass/lib/extensions.js 6:9-22Module not found: Error: Cannot resolve module 'fs' in /Users/ericsonwilkinson/code/avui/ui-usm/node_modules/node-sass/lib
@ ./
ERROR in ./
/node-sass/lib/render.js/node-sass/lib/render.js 6:9-22Module not found: Error: Cannot resolve module 'fs' in /Users/ericsonwilkinson/code/avui/ui-usm/node_modules/node-sass/lib
@ ./
ERROR in ./
/mkdirp/index.js/mkdirp/index.js 2:9-22Module not found: Error: Cannot resolve module 'fs' in /Users/ericsonwilkinson/code/avui/ui-usm/node_modules/mkdirp
@ ./
The text was updated successfully, but these errors were encountered: