There is an includePaths option that can be used to specify where the node_modules are located:
sass( { output: 'dist/styles.css', options: { includePaths: ['node_modules'] } })