Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我遵循了文档中有关如何在工作区上启用 NPM 的所有内容。但是,当我运行时docker-compose exec workspace bash检查node -v它是否丢失。该文件也没有说明如何使用它。
docker-compose exec workspace bash
node -v
使用以下命令重新启动 docker-compose:
docker-compose stop
docker-compose restart
工作区启动后,执行工作区并node -v再次验证。