我在一个使用 Docker、PhpStorm、VS Code 的 NPM 项目中,并在本地和通过 Docker 运行。
这个文件夹是在什么情况下放入的./false/
?过去有没有人遇到过这种情况并会分享他们的发现?
project-root-dir
|__ false
|__ _cacache
|__ <hash>
|__ node_modules
|__ Dockerfile
|__ main.js
|__ package.json
我怀疑这一行是在_cacache
里面创建文件夹文件夹false
:
FROM node:12
# ...
# Some directory is missing at this point and results in `false` ?
RUN npm install -g npm