-
Notifications
You must be signed in to change notification settings - Fork 47.4k
New issue
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
Build Error: not found the fbjs\lib\warning #9350
Comments
It is quite possible that the build process is broken on Windows as we just rewrote it. Would you like to help fix it? |
It seems like that warning.js is resolved to 'D:\github\react\node_modules\fbjs\lib\warning', it's lack of a extension like '.js' |
It't due to "rollup-plugin-alias", isFilePath is not work on windows. |
Has this problem been solved? I still have the same problem |
@JeffWong16 would you like to test this out again and see if it's still broken? |
Let's track this in #9540. |
$ npm run build
STARTING react.development.js (umd_dev)
Error: Could not load D:\github\react\node_modules\fbjs\lib\warning (imported by D:\github\react\src\isomorphic\modern\class\ReactNoopUpdateQueue.js): ENOENT: no such file or directory, open 'D:\github\react\node_modules\fbjs\lib\warning'
at D:\github\react\node_modules\rollup\dist\rollup.js:9461:10
But I can found the package in the node_modules.(win10 64)
The text was updated successfully, but these errors were encountered: