我有一个Node应用程序,我曾经将它部署到Heroku。它在我的本地环境中完美运行(使用OSX)。当我昨天尝试将另一个版本部署到heroku时,我在构建semantic-ui时开始出错。
remote: fs.js:839
remote: return binding.lstat(pathModule._makeLong(path));
remote: ^
remote:
remote: Error: ENOENT: no such file or directory, lstat '/tmp/build_f3f2aa87a64a76efc1453a48016c1026/semantic/dist/components/semantic.js'
有没有人遇到过这种问题?我不知道如何解决它。感谢