You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dart version: 2.1.0
We run with this command pub run build_runner serve web:5678 --output=web:build/web --no-release --define 'build_web_compilers|entrypoint=compiler=dart2js'
And the error displays as below:
FileSystemException: Directory listing failed, path = '/dart_project/node_modules/testcafe-hammerhead.MODULES/...' (OS Error: No such file or directory, errno = 2)
dart:isolate _RawReceivePortImpl._handleMessage
Why does the build_runner watch the node_modules folder?
How to ignore that folder for watch?
The text was updated successfully, but these errors were encountered:
Dart version: 2.1.0
We run with this command
pub run build_runner serve web:5678 --output=web:build/web --no-release --define 'build_web_compilers|entrypoint=compiler=dart2js'
And the error displays as below:
Why does the build_runner watch the node_modules folder?
How to ignore that folder for watch?
The text was updated successfully, but these errors were encountered: